yangjun dfa27afb39 提交PaddleDetection develop 分支 d56cf3f7c294a7138013dac21f87da4ea6bee829 | il y a 1 an | |
---|---|---|
.. | ||
_base_ | il y a 1 an | |
README.md | il y a 1 an | |
tood_r50_fpn_1x_coco.yml | il y a 1 an |
TOOD: Task-aligned One-stage Object Detection
TOOD is an object detection model. We reproduced the model of the paper.
Backbone | Model | Images/GPU | Inf time (fps) | Box AP | Config | Download |
---|---|---|---|---|---|---|
R-50 | TOOD | 4 | --- | 42.5 | config | model |
Notes:
mAP(IoU=0.5:0.95)
.GPU multi-card training
export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
python -m paddle.distributed.launch --gpus 0,1,2,3,4,5,6,7 tools/train.py -c configs/tood/tood_r50_fpn_1x_coco.yml --fleet
@inproceedings{feng2021tood,
title={TOOD: Task-aligned One-stage Object Detection},
author={Feng, Chengjian and Zhong, Yujie and Gao, Yu and Scott, Matthew R and Huang, Weilin},
booktitle={ICCV},
year={2021}
}