soeaver / caffe-model

Caffe models (including classification, detection and segmentation) and deploy files for famouse networks
MIT License
1.28k stars 623 forks source link

Caffemodel files #72

Open jawieme opened 6 years ago

jawieme commented 6 years ago

Is there somewhere a .caffemodel file for the networks in stead of only the prototxt?

soeaver commented 6 years ago

Hi, the pre-train models can be found in https://github.com/soeaver/caffe-model/tree/master/cls#performance-on-imagenet-validation

jawieme commented 6 years ago

This files are the deploy prototxts, is there no caffemodel? Thanks!

tensor-flower commented 6 years ago

@jawieme the caffemodel is provided in the link already

MasterGG commented 6 years ago

Hi, did the inception-V3.caffemodel has already been trained? I just want to valid my data not train the model.