faster-rcnn-pytorch
faster-rcnn-pytorch copied to clipboard
FPN implementation in ResNet50
Hello sir, I tried to use FPN in ResNet50 model but i couldn't train my model yet. As i know if i want to use FPN i need to remove these two lines "" self.avgpool = nn.AdaptiveAvgPool2d((1, 1))"" ""self.fc = nn.Linear(512 * block.expansion, num_classes)"".
but if i remove them, i can't train the model. so could you please help me to solve this problem or suggest me any blogs!? thanks!
请问 你有在Faster RCNN 的主干后构建FPN 成功了吗?