Why did I get 37.5 AP with "reppoints_minmax_r50_fpn_1x.py" on coco dataset?
See original GitHub issueThanks for sharing your work! I used the following command to train the model on coco dataset.
./mmdetection/tools/dist_train.sh ./configs/reppoints_minmax_r50_fpn_1x.py 8 --validate
I have tried using 4 gpus and 8 gpus for model training, but all the results are about 37.5 AP. I wonder what I got wrong or missed? Thanks very much!
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
COCO dataset
COCO is a large-scale object detection, segmentation, and captioning dataset. COCO has several features: Object segmentation; Recognition in context; Superpixel ...
Read more >cocoapi/cocoeval.py at master - GitHub
# Interface for evaluating detection on the Microsoft COCO dataset. #. # The usage for CocoEval is as follows: # cocoGt=..
Read more >How to work with object detection datasets in COCO format
Loading a COCO dataset into Python. This section assumes that you have gathered images and annotated them, storing your dataset in the COCO ......
Read more >The COCO Dataset: Best Practices for Downloading ...
Downloading COCO. While existing tools or your own custom scripts have likely enabled you to download COCO splits in the past, have you...
Read more >Exploring The COCO Dataset - YouTube
In this video, we take a deep dive into the Microsoft Common Objects in Context Dataset ( COCO ).We show a COCO object...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, have you decreased the learning rate to 0.005 when you tried using 4 gpus?
@yangze0930 I see. Thanks for explaining!