[models] adding zoo readme; caffenet, alexnet, and rcnn models in zoo format
authorSergey Karayev <sergeykarayev@gmail.com>
Wed, 13 Aug 2014 00:29:25 +0000 (17:29 -0700)
committerSergey Karayev <sergeykarayev@gmail.com>
Thu, 4 Sep 2014 00:53:18 +0000 (01:53 +0100)
commite553573e2c4800e11050d6b83f0579766ebf4648
treefeacf4a98bb26deafd06ff644c2d1ddeacd6b9eb
parent41751046f18499b84dbaf529f64c0e664e2a09fe
[models] adding zoo readme; caffenet, alexnet, and rcnn models in zoo format
18 files changed:
.gitignore
docs/getting_pretrained_models.md
docs/model_zoo.md [new file with mode: 0644]
examples/imagenet/get_caffe_alexnet_model.sh [deleted file]
examples/imagenet/get_caffe_rcnn_imagenet_model.sh [deleted file]
examples/imagenet/get_caffe_reference_imagenet_model.sh [deleted file]
examples/imagenet/readme.md
models/bvlc_alexnet/alexnet_deploy.prototxt [moved from examples/imagenet/alexnet_deploy.prototxt with 100% similarity]
models/bvlc_alexnet/alexnet_solver.prototxt [moved from examples/imagenet/alexnet_solver.prototxt with 63% similarity]
models/bvlc_alexnet/alexnet_train_val.prototxt [moved from examples/imagenet/alexnet_train_val.prototxt with 100% similarity]
models/bvlc_alexnet/readme.md [new file with mode: 0644]
models/bvlc_reference_caffenet/caffenet_deploy.prototxt [moved from examples/imagenet/imagenet_deploy.prototxt with 100% similarity]
models/bvlc_reference_caffenet/caffenet_solver.prototxt [moved from examples/imagenet/imagenet_solver.prototxt with 59% similarity]
models/bvlc_reference_caffenet/caffenet_train_val.prototxt [moved from examples/imagenet/imagenet_train_val.prototxt with 100% similarity]
models/bvlc_reference_caffenet/readme.md [new file with mode: 0644]
models/bvlc_reference_rcnn_ilsvrc13/rcnn_imagenet_deploy.prototxt [moved from examples/imagenet/rcnn_imagenet_deploy.prototxt with 100% similarity]
models/bvlc_reference_rcnn_ilsvrc13/readme.md [new file with mode: 0644]
scripts/download_model_binary.py [new file with mode: 0755]