hasanirtiza / Pedestron

[Pedestron] Generalizable Pedestrian Detection: The Elephant In The Room. @ CVPR2021
https://openaccess.thecvf.com/content/CVPR2021/papers/Hasan_Generalizable_Pedestrian_Detection_The_Elephant_in_the_Room_CVPR_2021_paper.pdf
Apache License 2.0
690 stars 158 forks source link

What about the performance of vgg16 based Faster-RCNN? #9

Closed Jokoe66 closed 4 years ago

Jokoe66 commented 4 years ago

Grateful to open-sourcing such a convenient PedDet toolbox. I have tried training Adapted Faster-RCNN (vgg16 based, as described in the CityPersons paper) on CityPersons dataset before, with the official mmdetection repo., where I get a log average miss rate(MR) of ~16%. However, the reported MR in the CityPersons paper is ~15%. So have you trained vgg16 based Faster-RCNN and if yes, how about the evaluation result?

hasanirtiza commented 4 years ago

I do not exactly remember the performance of Faster R-CNN with vgg16. However, we do provide configurations with HRNet for Faster R-CNN (pre-trained model as well), perhaps you can give a shot with the same configurations (training-time augmentation etc.) using vgg16. By the way, MGAN uses VGG16 and we have ported the code and pre-trained model in Pedestron, but unfortunately at the moment its test only. We will at some point in future add Faster R-CNN with vgg16.

PhatHSRW commented 2 years ago

Grateful to open-sourcing such a convenient PedDet toolbox. I have tried training Adapted Faster-RCNN (vgg16 based, as described in the CityPersons paper) on CityPersons dataset before, with the official mmdetection repo., where I get a log average miss rate(MR) of ~16%. However, the reported MR in the CityPersons paper is ~15%. So have you trained vgg16 based Faster-RCNN and if yes, how about the evaluation result?

Hi, can you share me the config of your VGG backbone?