Skip to content

Commit

Permalink
Added credits for training bvlc models
Browse files Browse the repository at this point in the history
  • Loading branch information
sguada committed Dec 22, 2014
1 parent 4ba6efc commit b99e6cd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/bvlc_alexnet/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ The best validation performance during training was iteration 358,000 with valid
This model obtains a top-1 accuracy 57.1% and a top-5 accuracy 80.2% on the validation set, using just the center crop.
(Using the average of 10 crops, (4 + 1 center) * 2 mirror, should obtain a bit higher accuracy.)

This model was trained by Evan Shelhamer @shelhamer

## License

The data used to train this model comes from the ImageNet project, which distributes its database to researchers who agree to a following term of access:
Expand Down
2 changes: 2 additions & 0 deletions models/bvlc_googlenet/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ caffemodel_url: http://dl.caffe.berkeleyvision.org/bvlc_googlenet.caffemodel
license: non-commercial
sha1: 405fc5acd08a3bb12de8ee5e23a96bec22f08204
caffe_commit: bc614d1bd91896e3faceaf40b23b72dab47d44f5
gist_id: 866e2aa1fd707b89b913
---

This model is a replication of the model described in the [GoogleNet](http://arxiv.org/abs/1409.4842) publication. We would like to thank Christian Szegedy for all his help in the replication of GoogleNet model.
Expand All @@ -25,6 +26,7 @@ Timings for bvlc_googlenet with cuDNN using batch_size:128 on a K40c:
- Average Backward pass: 1123.84 ms.
- Average Forward-Backward: 1688.8 ms.

This model was trained by Sergio Guadarrama @sguada

## License

Expand Down
2 changes: 2 additions & 0 deletions models/bvlc_reference_caffenet/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ The best validation performance during training was iteration 313,000 with valid
This model obtains a top-1 accuracy 57.4% and a top-5 accuracy 80.4% on the validation set, using just the center crop.
(Using the average of 10 crops, (4 + 1 center) * 2 mirror, should obtain a bit higher accuracy still.)

This model was trained by Jeff Donahue @jeffdonahue

## License

The data used to train this model comes from the ImageNet project, which distributes its database to researchers who agree to a following term of access:
Expand Down
2 changes: 2 additions & 0 deletions models/bvlc_reference_rcnn_ilsvrc13/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Try the [detection example](http://nbviewer.ipython.org/github/BVLC/caffe/blob/m

*N.B. For research purposes, make use of the official R-CNN package and not this example.*

This model was trained by Ross Girshick @rbgirshick

## License

The data used to train this model comes from the ImageNet project, which distributes its database to researchers who agree to a following term of access:
Expand Down
2 changes: 2 additions & 0 deletions models/finetune_flickr_style/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ The final performance:
I1017 07:36:17.370730 31333 solver.cpp:247] Iteration 100000, Testing net (#0)
I1017 07:36:34.248730 31333 solver.cpp:298] Test net output #0: accuracy = 0.3916

This model was trained by Sergey Karayev @sergeyk

## License

The Flickr Style dataset contains only URLs to images.
Expand Down

1 comment on commit b99e6cd

@PierreHao
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @sguada , I have downloaded your goolgenet.prototxt and bvlc_googlenet.caffemodel, but when i run caffe('init',model_def_file,model_file) with matlab command, there is an error: ibprotobuf ERROR google/protobuf/descriptor_database.cc:57] File already exists in database: caffe.proto libprotobuf FATAL google/protobuf/descriptor.cc:862] CHECK failed: generated_database_->Add(encoded_file_descriptor, size):
Do you know what is the problem? Thank you !

Please sign in to comment.