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

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

full load yaml #30

Closed emmajane1313 closed 2 years ago

emmajane1313 commented 2 years ago

I kept getting the error:

positional argument Loader missing from line 37 demo.py. It seems that on versions >= 5 of pyaml that is additonal argument is required or yaml.load should be set to either safe_load or full_load. My fork added in full_load and the error was removed. Hope this helps!