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

ImportError: cannot import name 'region' from 'get_mask.utils.pyvotkit' #10

Closed AskingATonOfQuestions closed 5 years ago

AskingATonOfQuestions commented 5 years ago

Traceback (most recent call last): File "demo.py", line 2, in from mask import mask File "C:\Users\Admin\vor\mask.py", line 8, in from get_mask.test import * File "C:\Users\Admin\vor\get_mask\test.py", line 30, in from get_mask.utils.pyvotkit.region import vot_overlap, vot_float2str File "C:\Users\Admin\vor\get_mask\utils\pyvotkit__init.py", line 9, in from . import region ImportError: cannot import name 'region' from 'get_mask.utils.pyvotkit' (C:\Users\Admin\vor\get_mask\utils\pyvotkit\init__.py)

sagar1garg commented 5 years ago

@KSimoncikas what is the solution for this error? I am getting the same.

JeetShah25 commented 4 years ago

What is the solution?? getting the same error.. Please help

ulatekh commented 4 years ago

Use python3 instead of python (which is probably major-version 2).

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.

arnavmehta7 commented 1 year ago

😭 How to fix?