Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
7fcddd76
Commit
7fcddd76
authored
Jun 27, 2017
by
James Pruegsanusak
Browse files
Fix typo in object_detection's preparing_inputs.md
parent
56765e5b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
object_detection/g3doc/preparing_inputs.md
object_detection/g3doc/preparing_inputs.md
+1
-1
No files found.
object_detection/g3doc/preparing_inputs.md
View file @
7fcddd76
...
...
@@ -16,7 +16,7 @@ Extract the tar file and run the `create_pascal_tf_record` script:
tar -xvf VOCtrainval_11-May-2012.tar
python create_pascal_tf_record.py --data_dir=VOCdevkit \
--year=VOC2012 --set=train --output_path=pascal_train.record
python create_pascal_tf_record.py --data_dir=
/home/user/
VOCdevkit \
python create_pascal_tf_record.py --data_dir=VOCdevkit \
--year=VOC2012 --set=val --output_path=pascal_val.record
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment