ruoqianguo / DetNet_pytorch

An implementation of DetNet: A Backbone network for Object Detection.
MIT License
377 stars 117 forks source link

Training on PASCAL VOC 07 #7

Closed Markovcom closed 5 years ago

Markovcom commented 6 years ago

Hello! Thank you for your implemetaion of DetNet.I training the model on PASCAL VOC07 dataset. I use three GPUs and set bs=16, lr = 1e-2, lr_decay_step=8, but the mAP is 73 on PASCAL VOC07 test.