Should I use coco_vgg16_faster_rcnn_final.caffemodel from:
wget www.cs.berkeley.edu/~rbg/faster-rcnn-data/coco_vgg16_faster_rcnn_final.caffemodel
or should I use the .caffemodel in data/imagenet_models?
mona@pascal:~/computer_vision/py-faster-rcnn/data/imagenet_models$ ls
VGG16.v2.caffemodel VGG_CNN_M_1024.v2.caffemodel ZF.v2.caffemodel
What's the difference and should I stick to the one that is already in imagenet_models for the following command?
Should I use
coco_vgg16_faster_rcnn_final.caffemodel
from:wget www.cs.berkeley.edu/~rbg/faster-rcnn-data/coco_vgg16_faster_rcnn_final.caffemodel
or should I use the .caffemodel in data/imagenet_models?What's the difference and should I stick to the one that is already in imagenet_models for the following command?