Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix skimage error #564

Open
ForgetWolf opened this issue Apr 30, 2023 · 2 comments
Open

Fix skimage error #564

ForgetWolf opened this issue Apr 30, 2023 · 2 comments

Comments

@ForgetWolf
Copy link

ForgetWolf commented Apr 30, 2023

Questions:

from skimage.draw import pad

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

Solve:

from skimage.draw import ellipse as circle

@paburo-san666
Copy link

Still can't upload an own video...

mylawacad added a commit to mylawacad/first-order-model that referenced this issue May 4, 2023
Fix ImportError: cannot import name 'circle' from 'skimage.draw'

as per AliaksandrSiarohin#564
@graphemecluster
Copy link
Contributor

@AliaksandrSiarohin Fixed by #565.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants