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
File "test_super_resolution.py", line 19, in <module>
from networks.MIRNet_model import MIRNet
ModuleNotFoundError: No module named 'networks.MIRNet_model'
Obviously, I have the file "MIRNet_model.py" in folder "networks". I don't understand that is the problem.
Could you help me please with an advice... I guess it's a simple problem that I don't notice.
The text was updated successfully, but these errors were encountered:
Hello,
I have a problem with "test_super_resolution.py" then I execute the following command:
python3 test_super_resolution.py --save_images --input_dir=./input/ --result_dir=./results/ --scale 3
I get the following error:
Obviously, I have the file "MIRNet_model.py" in folder "networks". I don't understand that is the problem.
Could you help me please with an advice... I guess it's a simple problem that I don't notice.
The text was updated successfully, but these errors were encountered: