facebookresearch / maskrcnn-benchmark

Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.
MIT License
9.3k stars 2.49k forks source link

How can I use this repository for backbones like VGG 16, ResNet 18, ResNet 34? #1159

Open DL8614 opened 5 years ago

DL8614 commented 5 years ago

I am using these repository with my own custom dataset. I can work with available backbones but I want to also use VGG 16, Resnet 18 backbone. How can I use it? Is it possible to use here torchvision.models? Can anyone please help?

hunaodaotianming commented 4 years ago

Hi, did you solve this problem?