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 | 4 years ago | |
metafile.yml | 3 years ago | |
tridentnet_r50_caffe_1x_coco.py | 3 years ago | |
tridentnet_r50_caffe_mstrain_1x_coco.py | 4 years ago | |
tridentnet_r50_caffe_mstrain_3x_coco.py | 4 years ago |
README.md
Scale-Aware Trident Networks for Object Detection
Introduction
@InProceedings{li2019scale,
title={Scale-Aware Trident Networks for Object Detection},
author={Li, Yanghao and Chen, Yuntao and Wang, Naiyan and Zhang, Zhaoxiang},
journal={The International Conference on Computer Vision (ICCV)},
year={2019}
}
Results and models
We reports the test results using only one branch for inference.
Backbone | Style | mstrain | Lr schd | Mem (GB) | Inf time (fps) | box AP | Download |
---|---|---|---|---|---|---|---|
R-50 | caffe | N | 1x | 37.7 | model | log | ||
R-50 | caffe | Y | 1x | 37.6 | model | log | ||
R-50 | caffe | Y | 3x | 40.3 | model | log |
Note
Similar to Detectron2, we haven't implemented the Scale-aware Training Scheme in section 4.2 of the paper.