We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d64b20 commit 33b0b3aCopy full SHA for 33b0b3a
README.md
@@ -1,2 +1,9 @@
1
# TensorFlowObjectDetectionTutorial
2
-A tutorial on object detection using TensorFlow
+
3
+This is a "short" (rather lengthy) tutorial that started off as self notes on how to set-up and get going with the TensorFlow Object Detection API.
4
5
+To read the actual to tutorial, you have the following 2 (more like 3) options:
6
+1. Visit tfobjectdettut.readthedocs.io. (By far the easiest)
7
+2. Clone/Download the repo:
8
+ - Open the "index.html" files under docs/build/ (Not guaranteed to be up-to-date)
9
+ - Build the docs using Sphinx and the open "index.html" (Guaranteed to be up-to-date)
0 commit comments