-
Notifications
You must be signed in to change notification settings - Fork 12
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
An error in networks.resample2d_package #3
Comments
I have unziped the file networks.zip. |
I met the same problem with you. Have you solved it now?There is a make.sh under the resample2d_package folder ,I wonder if we should compile this file,but i failed when I tried to compile it. |
When I run make.sh under the resample2d_package folder, some errors occurred. I tried to add some command lines like " The errors are : During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Please check the current version. |
I also have a problem in resample2d_package, |
when i run the codes , I face the problem.
File "train_video_rain.py", line 17, in
from networks.resample2d_package.modules.resample2d import Resample2d
File "/cache/sldnet_code/networks/init.py", line 1, in
from .FlowNet2 import *
File "/cache/sldnet_code/networks/FlowNet2.py", line 8, in
from networks.resample2d_package.modules.resample2d import Resample2d
File "/cache/sldnet_code/networks/resample2d_package/modules/resample2d.py", line 3, in
from ..functions.resample2d import Resample2dFunction
File "/cache/sldnet_code/networks/resample2d_package/functions/resample2d.py", line 3, in
from .._ext import resample2d
File "/cache/sldnet_code/networks/resample2d_package/_ext/resample2d/init.py", line 3, in
from ._resample2d import lib as _lib, ffi as _ffi
ModuleNotFoundError: No module named 'networks.resample2d_package._ext.resample2d._resample2d'
It seems that the _resample2d.py is lost. Could you help me check these problem. Thank you.
The text was updated successfully, but these errors were encountered: