-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAIR1Mv2Dataset is not in the dataset registry #37
Comments
@sucessfullys the dataset also needs to registry, like models |
@DotWang I solve this problem. But I got this error: |
@sucessfullys sorry, we have not met such errors |
Traceback (most recent call last):
File "tools/test.py", line 263, in
main()
File "tools/test.py", line 207, in main
dataset = build_dataset(cfg.data.test)
File "/home1/duanyf/MTP-main/mmrotate/mmrotate/datasets/builder.py", line 47, in build_dataset
dataset = build_from_cfg(cfg, ROTATED_DATASETS, default_args)
File "/home/duanyf/miniconda3/envs/Dete1/lib/python3.8/site-packages/mmcv/utils/registry.py", line 61, in build_from_cfg
raise KeyError(
KeyError: 'FAIR1Mv2Dataset is not in the dataset registry'
@DotWang Thanks for your work. How to solve this problem?
The text was updated successfully, but these errors were encountered: