Skip to main content

All Questions

Filter by
Sorted by
Tagged with
5 votes
3 answers
10k views

Resnet-18 as backbone in Faster R-CNN

I code with pytorch and I want to use resnet-18 as backbone of Faster R-RCNN. When I print structure of resnet18, this is the output: >>import torch >>import torchvision >>import ...
CVDE's user avatar
  • 440