Skip to content

Commit 9565832

Browse files
Update README.md
1 parent 9c0d16a commit 9565832

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Save the file after the changes have been made. That’s it! The training files
116116
I have not been able to get model_main.py to work correctly yet, I run in to errors. However, the train.py file is still available in the /object_detection/legacy folder. Simply move train.py from /object_detection/legacy into the /object_detection folder. Move our created CSGO_images and CSGO_training folders into the /object_detection folder and then continue with following line in cmd from object_detection directory:
117117

118118
```
119-
python train.py --logtostderr --train_dir=CAPTCHA_training_dir/ --pipeline_config_path=CAPTCHA_training/faster_rcnn_inception_v2_coco.config
119+
python train.py --logtostderr --train_dir=CSGO_training_dir/ --pipeline_config_path=CSGO_training/faster_rcnn_inception_v2_coco.config
120120
```
121121

122122
If everything has been set up correctly, TensorFlow will initialize the training. The initialization can take up to 30 to 60 seconds before the actual training begins. When training begins, it will look like this:

0 commit comments

Comments
 (0)