KEEP
KEEP copied to clipboard
raise KeyError(f"No object named '{name}' found in '{self._name}' registry!") KeyError: "No object named 'KEEP' found in 'arch' registry!"
raise KeyError(f"No object named '{name}' found in '{self._name}' registry!")
KeyError: "No object named 'KEEP' found in 'arch' registry!"
Same error. Do we have to register it separately?
Hi, can you check if this line is accidentally commented in your code? https://github.com/jnjaby/KEEP/blob/5c7c4721c3f3b646e9a88c737bc1454f6cbd0440/basicsr/archs/keep_arch.py#L522
fixed it, i had a preinstalled basicsr, so had to remove that and install the repos. thanks