pip install torch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0
pip install timm
pip install opencv-python
pip install scipy
pip install pycocotools
We support COCO format. For VOC format annotations, please transfer them to coco format first.
For example, in experiments on VOC0712 trainval first transfer annotations of VOC2007 trainval and VOC2012 trainval to coco format in a single json file. # note: to evaluate mAP performance, please use the original annotation of voc07 test.
VOC0712: mAP=51.0
COCO2017: AP=7.9, AP50=19.5, AP75=5.5
python scripts/run_coco17.py
python scripts/run_voc0712.py