Unverified Commit d2995380 authored by derekjchow's avatar derekjchow Committed by GitHub
Browse files

Merge pull request #2982 from marcbelmont/patch-1

Update path to tf_record script
parents 8cf24f46 a8cc5edd
...@@ -81,7 +81,7 @@ Oxford-IIIT Pet dataset into TFRecords. Run the following commands from the ...@@ -81,7 +81,7 @@ Oxford-IIIT Pet dataset into TFRecords. Run the following commands from the
``` bash ``` bash
# From tensorflow/models/research/ # From tensorflow/models/research/
python object_detection/create_pet_tf_record.py \ python object_detection/dataset_tools/create_pet_tf_record.py \
--label_map_path=object_detection/data/pet_label_map.pbtxt \ --label_map_path=object_detection/data/pet_label_map.pbtxt \
--data_dir=`pwd` \ --data_dir=`pwd` \
--output_dir=`pwd` --output_dir=`pwd`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment