video-object-removal icon indicating copy to clipboard operation
video-object-removal copied to clipboard

ImportError: No module named inpainting.davis

Open jmpr4xp4xm4n opened this issue 6 years ago • 4 comments

How do I fix this error I am getting?

:~/video-object-removal$ python demo.py --data /home/user/Desktop/VID_151890412_145812_234.mp4 Traceback (most recent call last): File "demo.py", line 3, in from inpaint import inpaint File "/home/user/video-object-removal/inpaint.py", line 4, in from inpainting.davis import DAVIS ImportError: No module named inpainting.davis

jmpr4xp4xm4n avatar Jul 20 '19 11:07 jmpr4xp4xm4n

Sorry for the late reply. Try to add __init__.py file in inpainting folder and retry it.

zllrunning avatar Jul 22 '19 01:07 zllrunning

ImportError: cannot import name 'region' ,I have a same question . It occured in file "init "

magneter avatar Aug 08 '19 11:08 magneter

in init.py , from . import region

magneter avatar Aug 08 '19 11:08 magneter

Using python3 should take care of this error.

ulatekh avatar Apr 04 '20 22:04 ulatekh