HVision-NKU/SRFormer

KeyError: "No object named 'SRFormer' found in 'arch' registry!"

wangxinchao-bit opened this issue · 4 comments

Hi, when I tried to reproduce the project by the tips in the readme, I occured to the question that
raise KeyError(f"No object named '{name}' found in '{self._name}' registry!")
KeyError: "No object named 'SRFormer' found in 'arch' registry!",how can I solve the problem since I was the first to do the image super resolution.

Hi, did you run this command?
python setup.py develop

Hi,I have solved the problem by reinstalling the environent

运行完上述代码后,还要重新编译一下:
pip install -v -e .

Hi,I have solved the problem by reinstalling the environent

could you please tell me you experiments environments? thank you very much