jwyang / fpn.pytorch

Pytorch implementation of Feature Pyramid Network (FPN) for Object Detection
MIT License
955 stars 224 forks source link

what is resnet101_caffe.pth #14

Open yuanyuan1993 opened 6 years ago

yuanyuan1993 commented 6 years ago

when i run 'python trainval_net.py --cuda'
IOError: [Errno 2] No such file or directory: 'data/pretrained_model/resnet101_caffe.pth' what is resnet101_caffe.pth,thank you~

Karthik-Suresh93 commented 6 years ago

Follow the instructions here: https://github.com/jwyang/faster-rcnn.pytorch . Download the resnet 101 caffe model to the ./data/pretrained_model/