INVOKERer / AdaRevD

Other
40 stars 4 forks source link

from basicsr.models.archs.mestormer_arch import Mestormer #16

Open MinHeeCha opened 2 months ago

MinHeeCha commented 2 months ago

Hi, Thank you for your work. I'm just wondering how can i solve this problem.. When I run 'AdaRevD/Motion_Deblurring/test.py', i have this problem.

Traceback (most recent call last): File "test.py", line 16, in from basicsr.models.archs.mestormer_arch import Mestormer ModuleNotFoundError: No module named 'basicsr.models.archs.mestormer_arch'

I set the environment following your INSTALL.md, and i checked it's all right. I googled it, but i couldn't find any information about it. Could you please help me to solve this problem?

INVOKERer commented 2 months ago

Hi, test.py is not the file for inference, I forgot to delete it. You can use val.py for inference.