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

issue on requirement.txt #568

Open richardy2012 opened 1 year ago

richardy2012 commented 1 year ago

As everyone know, NumPy 1.22.0 requires Python 3.8 at least, but PyTorch 1.0.0 supports Python 3.7 at the highest. but requirement.txt wrote numpy=1.22.0 and torch=1.0.0。

graphemecluster commented 1 year ago

@AliaksandrSiarohin Fixed by #518.