ShuangXieIrene / ssds.pytorch

Repository for Single Shot MultiBox Detector and its variants, implemented with pytorch, python3.
MIT License
568 stars 165 forks source link

about resnet50 #64

Open Damon2019 opened 5 years ago

Damon2019 commented 5 years ago

hi,i know you referenced ruinmessi/RFBNet,if I want to modify basenet in resnet50. what should i do,Can you give me some advice?

foreverYoungGitHub commented 5 years ago

if you want to change the residual block, you can revise it in the resnet file, if you want to change the backbone/feature extractor to the resnet50, you can simplely change the backbone name in the config files.

Damon2019 commented 5 years ago

Then I want to modify basenet in ruinmessi/RFBNet repository from vgg16 to resnet50. In ruinmessi/RFBNet repository,It does not support the resnet50 basenet.I want to add resnet50 basenet but always fail.Do you have any good suggestions?