AlphaJia / pytorch-faster-rcnn

pytorch based implementation faster rcnn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model parameter error

lhcezx opened this issue · comments

commented

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?

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