cascade-rcnn_Pytorch icon indicating copy to clipboard operation
cascade-rcnn_Pytorch copied to clipboard

While copying the parameter named RCNN_top.0.weight, whose dimensions in the model are torch.Size([1024, 256, 7, 7]) and whose dimensions in the checkpoint are torch.Size([1024, 256, 14, 14]).

Open lymoon3129 opened this issue 6 years ago • 0 comments

i can run test_net.py,but when i changed the code about faster_rcnn to fpn in demo.py, there someting wrong

lymoon3129 avatar Oct 30 '18 07:10 lymoon3129