BasicSR
BasicSR copied to clipboard
No object named found in 'model' registry
Hello,
I created a config file to train a model of RealSRT (https://github.com/USTC-JialunPeng/RealSRT) which used BasicSR and I get this error:
File "/home/gabi/anaconda3/envs/realsrtVE/lib/python3.10/site-packages/basicsr/utils/registry.py", line 71, in get raise KeyError(f"No object named '{name}' found in '{self._name}' registry!") KeyError: "No object named 'RealSRTModel' found in 'model' registry!"
Could anybody help please?
Greetings
我也遇到一样的错误