KeyError: … is not in the dataset registry’

Published onesixx on

https://github.com/open-mmlab/mmdetection/issues/1324

solution1>

recompile the code

Shell

I thought I need to recompile the code

And I found that
for the newest version, the”DATASETS”is not imported from .registry.
So adding @DATASETS.register_module only is enough.

Also, for the newest version,
I build the mmdetection through pip install -v -e ..
So there is no need to reinstall after I add the new dataset

solution2

Shell
mmclassification/mmcls/datasets/__init__.py

Categories: vision

onesixx

Blog Owner

guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x