From c7201f751808d1087d429b43fa72c511b4d38fa6 Mon Sep 17 00:00:00 2001 From: Kai Li Date: Wed, 19 Mar 2014 23:52:26 +0800 Subject: [PATCH] Change generate file list python script path in feature extraction doc --- docs/feature_extraction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/feature_extraction.md b/docs/feature_extraction.md index de825a0..88ff833 100644 --- a/docs/feature_extraction.md +++ b/docs/feature_extraction.md @@ -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. -- 2.7.4