radekd91 / inferno

🔥🔥🔥 Set the world of 3D faces on fire with INFERNO 🔥🔥🔥
Other
152 stars 15 forks source link

Missing file for EMOTE #24

Open hdjang opened 1 month ago

hdjang commented 1 month ago

Hi, Thanks for sharing your great efforts!

I have a simple question regarding preprocessing custom data for training EMOTE

Q) I followed preprocessing steps of EMOTE. And for "recognize_emotions" step, below line gives import error and I found that "inferno_apps.EmotionRecognition.utils.io.py" is missing in repository. How can I fix this?

from inferno_apps.EmotionRecognition.utils.io import load_model (inferno/inferno/models/temporal/Preprocessors.py", line 520)

Best regards HD Jang

Parikshat1998 commented 1 month ago

Hey, I am also trying to retrain emote, I got stuck at the segmentation step, were you able to get that right?