drop models/ in favor of examples/
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Tue, 18 Mar 2014 20:54:17 +0000 (13:54 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Tue, 18 Mar 2014 21:03:05 +0000 (14:03 -0700)
commitd124b8ffe8b9680fa4e0339a0a698622472a0610
treee96297bf8ce03667b8a8e96d1c9e2d50fca18717
parentc5ab83781fa136ffc77be0bbabc4a55a60b2285d
drop models/ in favor of examples/

Move the Caffe reference imagenet model and script to fetch it to
examples/imagenet.

Caffe bundles reference models, but it makes more sense to keep them
close to examples.
docs/getting_pretrained_models.md
docs/imagenet_training.md
examples/filter_visualization.ipynb
examples/imagenet/get_caffe_reference_imagenet_model.sh [moved from models/get_caffe_reference_imagenet_model.sh with 100% similarity]
examples/imagenet/imagenet_deploy.prototxt [moved from models/imagenet.prototxt with 100% similarity]
examples/selective_search_demo.ipynb
matlab/caffe/matcaffe_demo.m
models/.gitignore [deleted file]
python/caffe/detection/detector.py