Skip to content

Commit

Permalink
fixing the database param
Browse files Browse the repository at this point in the history
The example talks about LevelDB as the db backend but has lmdb as the param in the execution.
  • Loading branch information
ajkl committed Aug 14, 2015
1 parent bb0a90e commit 3c6485a
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 3c6485a

Please sign in to comment.