TLC
TLC copied to clipboard
Could not test
Hi @achusky.
I am running this line:
'python basicsr/test.py -opt options/test/GoPro/MPRNetLocal-GoPro.yml'
which gives the following error:
'Traceback (most recent call last):
File "basicsr/test.py", line 11, in
Then, I comment the 'create_lmdb_for_gopro, create_lmdb_for_rain13k' from 'basicsr/utils/init.py', line 13, and get the next error:
'Traceback (most recent call last):
File "basicsr/test.py", line 13, in
There is no basicsr.train module in this project to import parse_options.
Could you, please, try to look on this?
I have done the installation provided in the github page, downloaded the GoPro dataset and pre-trained model.
Thanks, Misak
Sorry about my mistakes.
I add the missing parse_options
in the latest update.
Please try again.
Hi @achusky. I am running this line: 'python basicsr/demo.py -opt options/demo/demo.yml' and meet the same problem, Could you, please, try to look at this? Thanks!