zllrunning / video-object-removal

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

error in inpaint #15

Open JeetShah25 opened 4 years ago

JeetShah25 commented 4 years ago

Traceback (most recent call last): File "demo.py", line 3, in from inpaint import inpaint File "E:\pytorch\video-object-removal\inpaint.py", line 5, in from inpainting.model import generate_model File "E:\pytorch\video-object-removal\inpainting\model.py", line 3, in from inpainting.models import vinet File "E:\pytorch\video-object-removal\inpainting\models\vinet.py", line 6, in from inpainting.models.flowmodules import (WarpingLayer, LongFlowNetCorr, MaskEstimator ) File "E:\pytorch\video-object-removal\inpainting\models\flow_modules.py", line 7, in from inpainting.models.correlation_package.modules.correlation import Correlation File "E:\pytorch\video-object-removal\inpainting\models\correlation_package\modules\correlation.py", line 3, in from ..functions.correlation import CorrelationFunction File "E:\pytorch\video-object-removal\inpainting\models\correlation_package\functions\correlation.py", line 3, in from .._ext import correlation ModuleNotFoundError: No module named 'inpainting.models.correlation_package._ext'

ulatekh commented 4 years ago

Did you follow the build instructions? That should have been built when you ran "bash install.sh" from the "inpainting" directory.