yerfor / MimicTalk

MimicTalk: Mimicking a personalized and expressive 3D talking face in minutes; NeurIPS 2024; Official code
MIT License
335 stars 32 forks source link

Error in sys.excepthook #10

Open nitinmukesh opened 1 week ago

nitinmukesh commented 1 week ago

Not sure what is the issue

(mimictalk) C:\ai\MimicTalk>python inference/app_mimictalk.py
args.a2m_ckpt checkpoints/240112_icl_audio2secc_vox2_cmlr
args.head_ckpt
args.torso_ckpt checkpoints_mimictalk/German_20s/model_ckpt_steps_10000.ckpt
1
| WARN: checkpoints\240112_icl_audio2secc_vox2_cmlr\audio2secc_vae.yaml not exist.
| load 'model' from 'checkpoints/240112_icl_audio2secc_vox2_cmlr\model_ckpt_steps_1856000.ckpt', strict=True
| WARN: checkpoints_mimictalk\German_20s\secc_img2plane.yaml not exist.
Error in sys.excepthook:

Original exception was:
nitinmukesh commented 1 week ago

Even the command line is not working. Error handling is bad in code, no clear information what is wrong.

(mimictalk) C:\ai\MimicTalk>python inference/train_mimictalk_on_a_video.py
copy "checkpoints/mimictalk_orig/os_secc2plane_torso\config.yaml" "checkpoints_mimictalk/GER"
        1 file(s) copied.
| WARN: checkpoints\mimictalk_orig\os_secc2plane_torso\secc_img2plane.yaml not exist.
zhanghongyong123456 commented 1 week ago

Even the command line is not working. Error handling is bad in code, no clear information what is wrong.

(mimictalk) C:\ai\MimicTalk>python inference/train_mimictalk_on_a_video.py
copy "checkpoints/mimictalk_orig/os_secc2plane_torso\config.yaml" "checkpoints_mimictalk/GER"
        1 file(s) copied.
| WARN: checkpoints\mimictalk_orig\os_secc2plane_torso\secc_img2plane.yaml not exist.

you need config.yaml file ,the info warning ,Check the file or download it again

nitinmukesh commented 1 week ago

Config.yaml is already there

image

This file is missing secc_img2plane.yaml

https://drive.google.com/drive/folders/1KM0GubbN0B6l3CCAL31341TYaFmJCXAx

ultrafunkamsterdam commented 1 hour ago

I've learned the hard way.

in short, what you need to do:

image

and off you go: image