Skip to content

Commit 902f286

Browse files
authored
Update walkthrough-tensorflow-object-detection.md
1 parent 7ade772 commit 902f286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/walkthrough-tensorflow-object-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Tensorflow API supports a variety of file formats. The TFRecord file format is a
7474
- From the TOD directory run:
7575

7676
```shell
77-
python3 tf_records_generation.py --label_input=labels.npz \
77+
python tf_records_generation.py --label_input=labels.npz \
7878
--train_rd_path=data/train_buildings.record \
7979
--test_rd_path=data/test_buildings.record
8080
```

0 commit comments

Comments
 (0)