You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: