AliaksandrSiarohin / first-order-model

This repository contains the source code for the paper First Order Motion Model for Image Animation
https://aliaksandrsiarohin.github.io/first-order-model-website/
MIT License
14.57k stars 3.22k forks source link

Update demo.py; load() is broken #510

Closed marcasty closed 2 years ago

chacorp commented 2 years ago

for the Colab demo, reinstall pyyaml with !pip install pyyaml==5.4.1 this will fix the error below

TypeError: load() missing 1 required positional argument: 'Loader' in Google Colab
Zoout commented 2 years ago

for the Colab demo, reinstall pyyaml with !pip install pyyaml==5.4.1 this will fix the error below

TypeError: load() missing 1 required positional argument: 'Loader' in Google Colab

solved the problem,thank you!

graphemecluster commented 2 years ago

Hello, I am the author of demo.ipynb. Don't forget to modify requirements.txt:

- PyYAML==5.1
+ PyYAML==6.0