You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: