snap-research / articulated-animation

Code for Motion Representations for Articulated Animation paper
https://snap-research.github.io/articulated-animation/
Other
1.21k stars 348 forks source link

from skimage.draw import circle ImportError: cannot import name 'circle' from 'skimage.draw' (/home/onur/.local/lib/python3.9/site-packages/skimage/draw/__init__.py) #69

Open Adugna233 opened 1 year ago

HunggTrann commented 1 year ago

I have this error too, hope someone could helpp

sebaro commented 1 year ago

In logger.py, change: from skimage.draw import circle to from skimage.draw import circle_perimeter as circle

DangKhanhITMO commented 11 months ago

I have this error too, hope someone could helpp

I have this error too, hope someone could helpp

did you fix the error?

ashu-jb commented 11 months ago

use from skimage.draw import disk