faster-rcnn.pytorch
faster-rcnn.pytorch copied to clipboard
Error while finetuning with ResNet101 (KeyError: "filename 'storages' not found")
I was finetuning my dataset with ResNet101. Testing works fine with the pre-trained weights, but when I start training, it gives the following error:
Preparing training data...
Extracting image sizes... (It may take long time)
Done!!
done
before filtering, there are 10022 images...
after filtering, there are 10022 images...
10022 roidb entries
Loading pretrained weights from data/pretrained_model/resnet101_caffe.pth
Traceback (most recent call last):
File "trainval_net.py", line 249, in
You need to modify the class name of the 48th line in'lib/datasets/pascal_voc.py', and modify it according to your data set category name