Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in inpaint #15

Open
JeetShah25 opened this issue Dec 16, 2019 · 1 comment
Open

error in inpaint #15

JeetShah25 opened this issue Dec 16, 2019 · 1 comment

Comments

@JeetShah25
Copy link

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.flow_modules 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
Copy link

ulatekh commented Mar 29, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants