zhaoweicai / mscnn

Caffe implementation of our multi-scale object detection framework
404 stars 211 forks source link

Problems in using other backbone networks #80

Open SJTU-yys opened 7 years ago

SJTU-yys commented 7 years ago

Hi, I tried to replace the VGG backbone of mscnn with resnet 50, but when I train the 7s-576-2x model on kitti car dataset, it gets quite bad performance:

I kept all the other parameters same as vgg, such as feature map size of every branch and anchor size. Have you tried using resnet or other backbone network ?

cloudfool commented 6 years ago

Hi,

I'm going to work on this too. Do you have any new progress?