All Questions
1 question
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 ...