ai-forever / ai-forever/ghost-2.0

Regarding the issue with repos\emoca, should I use EmocaV2 or V1?

Abierto
#5 6 comentarios 1 reacción 0 asignados Ver en GitHub
Lenguaje dominante
Jupyter Notebook
Estrellas
151
Forks
19
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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!

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.