yoyo-nb / Thin-Plate-Spline-Motion-Model

[CVPR 2022] Thin-Plate Spline Motion Model for Image Animation.
MIT License
3.38k stars 552 forks source link

After training, ask reasoning questions with checkpoints #106

Open ksl1031 opened 2 months ago

ksl1031 commented 2 months ago

hello. I'm trying to run a training using my personal mp4 data, and run the training with checkpoints in the log folder, but I'm getting an error. Please let me know how to solve it. Thank you.


(roop) C:\Thin-Plate-Spline-Motion-Model>python demo.py --config config\vox-256.yaml --checkpoint log\vox-256 19_04_24_0 3.18.19\00000004-checkpoint.pth.tar --source_image face_02.jpg --driving_video test_video_02.mp4 usage: demo.py [-h] --config CONFIG [--checkpoint CHECKPOINT] [--source_image SOURCE_IMAGE] [--driving_video DRIVING_VIDEO] [--result_video RESULT_VIDEO] [--img_shape IMG_SHAPE] [--mode {standard,relative,avd}] [--find_best_frame] [--cpu] demo.py: error: unrecognized arguments: 19_04_24_03.18.19\00000004-checkpoint.pth.tar