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.45k stars 3.2k forks source link

Fix skimage error #564

Open ForgetWolf opened 1 year ago

ForgetWolf commented 1 year ago

Questions:

from skimage.draw import pad

ImportError: cannot import name 'circle' from 'skimage.draw'

Solve:

from skimage.draw import ellipse as circle

paburo-san666 commented 1 year ago

Still can't upload an own video...

graphemecluster commented 1 year ago

@AliaksandrSiarohin Fixed by #565.