Zj-BinXia/DiffIR

RealSR has no folder basicsr

AndrewWilesRG opened this issue · 4 comments

the inference inference_diffif.py needs a basic folder named basicsr

run "pip install basicsr"

the line 13 in inference_diffir.py "from basicsr.archs.S2_arch import DiffIRS2" raises an error " Cannot find reference 'S2_arch' in 'init.py'", but if I use the DiffIR to replace the basicsr, it seems work

It seems that line 13 in inference_diffir.py is "from DiffIR.archs.S2_ arch import DiffIRS2".

thank you! it's my typos