ImportError: No module named inpainting.davis
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
Sorry for the late reply. Try to add __init__.py file in inpainting folder and retry it.
ImportError: cannot import name 'region' ,I have a same question . It occured in file "init "
in init.py , from . import region
Using python3 should take care of this error.