EasyCV/docs/source/model_zoo_detection.md
wenmeng zhou 81b91086eb
feat: readthedocs support & tutorial docs refinement (#29)
* readthedocs build support

* change opencv version from 4.4.0.40 to 4.1.2.30

* update config file path with github url

* fix: clone AutoAugmentPolicy from torchvision error

* reorganize requirements file

* add model compression tutorial and cls modelzoo to readme.md

* add optional req
2022-04-26 10:38:58 +08:00

3.0 KiB

Detection Model Zoo

YOLOX

Pretrained on COCO2017 dataset.

Algorithm Config mAPval
0.5:0.95
APval
50
Download
YOLOX-s yolox_s_8xb16_300e_coco 40.0 58.9 model - log
YOLOX-m yolox_m_8xb16_300e_coco 46.3 64.9 model - log
YOLOX-l yolox_l_8xb8_300e_coco 48.9 67.5 model - log
YOLOX-x yolox_x_8xb8_300e_coco 50.9 69.2 model - log
YOLOX-tiny yolox_tiny_8xb16_300e_coco 31.5 49.2 model - log
YOLOX-nano yolox_nano_8xb16_300e_coco 26.5 42.6 model - log