S3FD_ATSS_SAPD
S3FD_ATSS_SAPD copied to clipboard
does there any resnets backbone version or mobilenets?
does there any resnets backbone version or mobilenets?
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