Skip to content

Commit df30019

Browse files
Update README.md
1 parent 1f521e5 commit df30019

File tree

1 file changed

+2
-2
lines changed
  • 5_part step by step custom object detection

1 file changed

+2
-2
lines changed

Diff for: 5_part step by step custom object detection/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ def class_text_to_int(row_label):
6363

6464
Then, generate the TFRecord files by starting my created ```generate_tfrecord.bat``` file, which is issuing these commands from local folder:
6565
```
66-
python generate_tfrecord.py --csv_input=CSGO_images\train_labels.csv --image_dir= CSGO_images \train --output_path= CSGO_images\train.record
67-
python generate_tfrecord.py --csv_input= CSGO_images \test_labels.csv --image_dir= CSGO_images \test --output_path= CSGO_images\test.record
66+
python generate_tfrecord.py --csv_input=CSGO_images\train_labels.csv --image_dir= CSGO_images \train --output_path=CSGO_images\train.record
67+
python generate_tfrecord.py --csv_input=CSGO_images\test_labels.csv --image_dir= CSGO_images \test --output_path=CSGO_images\test.record
6868
```
6969

7070
These lines generates a ```train.record``` and a ```test.record``` files in training folder. These will be used to train the new object detection classifier.

0 commit comments

Comments
 (0)