OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Guangchen Lin
321eb30034
|
3 years ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
faster_rcnn_r50_fpn_gn-all_scratch_6x_coco.py | 3 years ago | |
mask_rcnn_r50_fpn_gn-all_scratch_6x_coco.py | 3 years ago | |
metafile.yml | 3 years ago |
README.md
Rethinking ImageNet Pre-training
Introduction
@article{he2018rethinking,
title={Rethinking imagenet pre-training},
author={He, Kaiming and Girshick, Ross and Doll{\'a}r, Piotr},
journal={arXiv preprint arXiv:1811.08883},
year={2018}
}
Results and Models
Model | Backbone | Style | Lr schd | box AP | mask AP | Config | Download |
---|---|---|---|---|---|---|---|
Faster R-CNN | R-50-FPN | pytorch | 6x | 40.7 | config | model | log | |
Mask R-CNN | R-50-FPN | pytorch | 6x | 41.2 | 37.4 | config | model | log |
Note:
- The above models are trained with 16 GPUs.