Skip to content
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

KeyError: 'coco_train' #110

Open
hanb257 opened this issue Aug 8, 2021 · 0 comments
Open

KeyError: 'coco_train' #110

hanb257 opened this issue Aug 8, 2021 · 0 comments

Comments

@hanb257
Copy link

hanb257 commented Aug 8, 2021

when I run maskscoring_rcnn, I meet a problem, and having searched for so much blogs, but it still does solve.
The codes are as follows:
Traceback (most recent call last):
File "tools/train_net.py", line 171, in
main()
File "tools/train_net.py", line 164, in main
model = train(cfg, args.local_rank, args.distributed)
File "tools/train_net.py", line 60, in train
start_iter=arguments["iteration"],
File "/root/maskscoring_rcnn/maskrcnn_benchmark/data/build.py", line 149, in make_data_loader
datasets = build_dataset(dataset_list, transforms, DatasetCatalog, is_train)
File "/root/maskscoring_rcnn/maskrcnn_benchmark/data/build.py", line 32, in build_dataset
data = dataset_catalog.get(dataset_name)
File "/root/maskscoring_rcnn/maskrcnn_benchmark/config/paths_catalog.py", line 29, in get
attrs = DatasetCatalog.DATASETS[name]
KeyError: 'coco_train'

Who knows how to slove it. Help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant