Skip to content

Commit c1083dd

Browse files
Update README.md
1 parent 230582f commit c1083dd

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# TensorFlow Object Detection step by step custom object detection tutorial
2+
### Original text version of tutorial you can visit [here](Tensorflow-object-detection-step-by-step-custom-object-detection/).
23

34
Welcome to part 5 of the TensorFlow Object Detection API tutorial series. In this part and few in future, we're going to cover how we can track and detect our own custom objects with this API.
45

@@ -135,3 +136,4 @@ This will create a local webpage on your local machine at YourPCName:6006, which
135136
The training routine periodically saves checkpoints about every ten minutes. You can terminate the training by pressing Ctrl+C while in the command prompt window. I usually wait until checkpoint has been saved to terminate the training. Then you can terminate training and start it later, and it will restart from the last saved checkpoint.
136137

137138
That’s all for this tutorial, in next tutorial checkpoint at the highest number of steps will be used to generate the frozen inference graph and test it out
139+
### Original text version of tutorial you can visit [here](Tensorflow-object-detection-step-by-step-custom-object-detection/).

0 commit comments

Comments
 (0)