S3FD_ATSS_SAPD icon indicating copy to clipboard operation
S3FD_ATSS_SAPD copied to clipboard

does there any resnets backbone version or mobilenets?

Open lucasjinreal opened this issue 5 years ago • 2 comments

does there any resnets backbone version or mobilenets?

lucasjinreal avatar Feb 12 '20 14:02 lucasjinreal

Sorry but current model only supports vgg-16 backbone since it is based on SSD. But it seems like a good idea to apply different backbones to the model.

tgisaturday avatar Feb 12 '20 16:02 tgisaturday

Great work @tgisaturday ! Perhaps you can take a look at NVIDIA's SSD implementation using Pytorch and Resnet-50 at https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Detection/SSD and provide option to use different backbone accordingly. Thanks

AlphaNumeric99 avatar Apr 03 '20 13:04 AlphaNumeric99