TMElyralab / MuseTalk

MuseTalk: Real-Time High Quality Lip Synchorization with Latent Space Inpainting
Other
2.51k stars 308 forks source link

inference: Saved Coords deleted by script #196

Open zhangchn opened 2 weeks ago

zhangchn commented 2 weeks ago

The argument --use_saved_coord was supposed load previous coords from pickle file in results dir. However, the shutil.rmtree(result_img_save_path) call deleted the pickle file along with other intermediate files.

zhangchn commented 1 week ago

See https://github.com/TMElyralab/MuseTalk/pull/199