Skip to content

Commit

Permalink
Merge pull request BVLC#2917 from ajkl/patch-2
Browse files Browse the repository at this point in the history
fixing the database param
  • Loading branch information
jeffdonahue committed Jan 27, 2016
2 parents 24f792d + 3c6485a commit 5592e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/feature_extraction/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Extract Features

Now everything necessary is in place.

./build/tools/extract_features.bin models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel examples/_temp/imagenet_val.prototxt fc7 examples/_temp/features 10 lmdb
./build/tools/extract_features.bin models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel examples/_temp/imagenet_val.prototxt fc7 examples/_temp/features 10 leveldb

The name of feature blob that you extract is `fc7`, which represents the highest level feature of the reference model.
We can use any other layer, as well, such as `conv5` or `pool3`.
Expand Down

0 comments on commit 5592e59

Please sign in to comment.