Open nitinmukesh opened 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.
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
Config.yaml is already there
This file is missing secc_img2plane.yaml
https://drive.google.com/drive/folders/1KM0GubbN0B6l3CCAL31341TYaFmJCXAx
I've learned the hard way.
in short, what you need to do:
and off you go:
Not sure what is the issue