zllrunning / video-object-removal

Just draw a bounding box and you can remove the object you want to remove.
MIT License
2.66k stars 474 forks source link

from . import region #7

Closed Sauman9456 closed 5 years ago

Sauman9456 commented 5 years ago

from . import region ImportError: cannot import name 'region' from 'get_mask.utils.pyvotkit' (F:\Downloads\idm\Compressed\video-object-removal-master\video-object-removal-master\get_mask\utils\pyvotkit__init__.py)

sagar1garg commented 5 years ago

@Sauman9456 what's the solution for this error? I am getting the same error.

outfielder commented 2 years ago

For anyone else getting this issue - I went from Python version 3.7 to Python verison 3.6 and it fixed the error.