Change generate file list python script path in feature extraction doc
authorKai Li <kaili_kloud@163.com>
Wed, 19 Mar 2014 15:52:26 +0000 (23:52 +0800)
committerKai Li <kaili_kloud@163.com>
Wed, 19 Mar 2014 15:52:26 +0000 (23:52 +0800)
docs/feature_extraction.md

index de825a0..88ff833 100644 (file)
@@ -27,7 +27,7 @@ Preprocess the Data
 
 Generate a list of the files to process. 
 
-    build/tools/generate_file_list.py /your/images/dir /your/images.txt
+    examples/feature_extraction/generate_file_list.py /your/images/dir /your/images.txt
 
 The network definition of the reference model only accepts 256*256 pixel images stored in the leveldb format. First, resize your images if they do not match the required size.