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

运行maskrcnn-from-fb有报错 #92

Closed
xiegegege opened this issue May 24, 2019 · 1 comment
Closed

运行maskrcnn-from-fb有报错 #92

xiegegege opened this issue May 24, 2019 · 1 comment

Comments

@xiegegege
Copy link
Contributor

使用8卡运行maskrcnn-from-fb,在训练结束后的test阶段有如下报错:
2019-05-23 04:24:31,288 maskrcnn_benchmark.trainer INFO: Total training time: 1 day, 18:53:50.877918 (0.8579 s / it) Traceback (most recent call last): File "./tools/train_net.py", line 174, in <module> main() File "./tools/train_net.py", line 170, in main run_test(cfg, model, args.distributed) File "./tools/train_net.py", line 95, in run_test data_loaders_val = make_data_loader(cfg, is_train=False, is_distributed=distributed) File "/benchmark/benchmark/Mask-RCNN/maskrcnn-from-fb/maskrcnn_benchmark/data/build.py", line 154, in make_data_loader datasets = build_dataset(dataset_list, transforms, DatasetCatalog, is_train) File "/benchmark/benchmark/Mask-RCNN/maskrcnn-from-fb/maskrcnn_benchmark/data/build.py", line 33, in build_dataset data = dataset_catalog.get(dataset_name) File "/benchmark/benchmark/Mask-RCNN/maskrcnn-from-fb/maskrcnn_benchmark/config/paths_catalog.py", line 113, in get attrs = DatasetCatalog.DATASETS[name] KeyError: 'coco_2017_minival'

@xiegegege
Copy link
Contributor Author

需要将配置文件中的coco_2017_minival修改为coco_2017_val

junjun315 added a commit that referenced this issue May 27, 2019
fix by: #92
there is not coco_2017_minival at COCO17
Xreki pushed a commit to Xreki/benchmark that referenced this issue Oct 20, 2020
fix by: PaddlePaddle#92
there is not coco_2017_minival at COCO17
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