pytorch-faster-rcnn
pytorch-faster-rcnn copied to clipboard
Error using resnet50-fpn backbone
Hi I am getting following error if i use resnet50-fpn backbone. mobilenet just works fine. Could you help me.
Traceback (most recent call last):
File "/Users/Mansoor/PycharmProjects/pythonProject/train.py", line 131, in
I changed anchor_size from [64, 128, 256] to [32, 64, 128, 256, 512] in train_config.py
I changed anchor_size from [64, 128, 256] to [32, 64, 128, 256, 512] in train_config.py
Thanks so much! But i still don't understand the reason for this! Can you explain more ?