Open lucasjinreal opened 4 years ago
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.
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
does there any resnets backbone version or mobilenets?