-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Open
Description
🚀 Feature
More ResNet backbones (e.g., resnet18, resnet34, and resnet101) for Object Detection and Instance Segmentation.
Motivation
Detectron2 provides a curated list of pre-trained detectors with having different backbones. However, I believe that the implementation of object detectors in torchvision
is intriguingly easy to play around and plug into users' systems to solve their problems. Still, there is a limited choice of backbone for Faster R-CNN and Mask R-CNN.
Is there any reason behind not supporting pre-trained models with such backbones or any future plan?
Many thanks for making educationally understandable and clean codebases, and I'm really looking forward to your reply.