AlphaJia / pytorch-faster-rcnn

pytorch based implementation faster rcnn
445 stars 86 forks source link

Model parameter error #14

Open lhcezx opened 3 years ago

lhcezx commented 3 years ago

Hi,

I downloaded your model fasterrcnn_resnet50_fpn_coco-258fb6c6.pth, but when i try to load this model using model.load_state_dict(checkpoint['model]), it shows "key error 'model'" so i try to print keys in model dictionaries and i didn't find 'model', Is it possible that you put the wrong model?

xiaoli-user commented 3 years ago

I also run this error,but I don't know why.