ai-forever / ai-forever/ghost-2.0
Regarding the issue with repos\emoca, should I use EmocaV2 or V1?
- Ngôn ngữ chính
- Jupyter Notebook
- Star
- 151
- Fork
- 19
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Problem Description :
I followed the project README instructions to:
Set up the environment
Clone the repository
Deploy model weight files
However, when running the inference example, I encountered this error:
```bash
FileNotFoundError: [Errno 2] No such file or directory: 'ps/scratch/rdanecek/FaceRecognition/resnet50_ft_weight.pkl'
```
Following the guidance in [#3 ](https://github.com/ai-forever/ghost-2.0/issues/3), I downloaded the weight file from [Google Drive ](https://drive.google.com/file/d/1A94PAAnwk6L7hXdBXLFosB_s0SzEhAFU/view). Since I couldn't locate the path /ps/scratch/rdanecek/FaceRecognition/ referenced in the code, I modified all related code paths to use absolute local paths, but the error persists.
Upon investigation, I found two EMOCA versions exist:
V2 : [anastasia-yaschenko/emoca](https://github.com/anastasia-yaschenko/emoca)
V1 : [radekd91/emoca/release/EMOCA](https://github.com/radekd91/emoca/tree/release/EMOCA)
The documentation appears ambiguous regarding version requirements. Seeking clarification on:
Version Compatibility : Does ghost-2.0 require EMOCA V1 or V2?
Path Configuration : How should resnet50_ft_weight.pkl be properly configured? Could you provide a recommended directory structure example?
Any guidance would be greatly appreciated!
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.