princewang1994 / R-FCN.pytorch

A Pytorch Implementation of R-FCN/CoupleNet
MIT License
64 stars 18 forks source link

Performance #9

Closed angelboy000 closed 5 years ago

angelboy000 commented 5 years ago

For R-FCN, mAP@0.5 reached 73.2 in VOC2007 trainval dataset For CoupleNet, mAP@0.5 reached 75.2 in VOC2007 trainval dataset

I want to know when you got the performance above, which pretrained model do you use? VGG16 or ResNet101?

princewang1994 commented 5 years ago

These performance should be reimplement if you follow the demo command in READMD.md. I got all that performance by using 'res101' backbone