You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/_sources/index.rst.txt
+13-7
Original file line number
Diff line number
Diff line change
@@ -6,28 +6,34 @@
6
6
TensorFlow Object Detection API tutorial
7
7
============================================
8
8
9
+
.. important:: This tutorial is intended for TensorFlow 1.14, which (at the time of writing this tutorial) is the latest stable version before TensorFlow 2.x.
10
+
11
+
Tensorflow 1.15 has also been released, but seems to be exhibiting `instability issues <https://github.com/tensorflow/models/issues/7640>`_.
12
+
13
+
A version for TensorFlow 1.9 can be found `here <https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/v1.9.1/>`_.
14
+
15
+
At the time of righting this tutorial, Object Detection model training and evaluation was not migrated to TensorFlow 2.x (see `here <https://github.com/tensorflow/models/issues/6423#issuecomment-600925072>`_). From personal tests, it seems that detection using pre-trained models works, however it is not yet possible to train and evaluate models. Once the migration has been completed, a version for TensorFlow 2.x will be produced.
16
+
9
17
This is a step-by-step tutorial/guide to setting up and using TensorFlow's Object Detection API to perform, namely, object detection in images/video.
10
18
11
19
The software tools which we shall use throughout this tutorial are listed in the table below:
12
20
13
21
+---------------------------------------------+
14
22
| Target Software versions |
15
23
+==============+==============================+
16
-
| OS | Windows, Linux [*]_|
24
+
| OS | Windows, Linux |
17
25
+--------------+------------------------------+
18
-
| Python | 3.6|
26
+
| Python | 3.7|
19
27
+--------------+------------------------------+
20
-
| TensorFlow | 1.9 |
28
+
| TensorFlow | 1.14|
21
29
+--------------+------------------------------+
22
-
| CUDA Toolkit |v9.0 |
30
+
| CUDA Toolkit |10.0 |
23
31
+--------------+------------------------------+
24
-
| CuDNN |v7.0.5|
32
+
| CuDNN |7.6.5 |
25
33
+--------------+------------------------------+
26
34
| Anaconda | Python 3.7 (Optional) |
27
35
+--------------+------------------------------+
28
36
29
-
.. [*] Even though this tutorial is mostly based (and properly tested) on Windows 10, information is also provided for Linux systems.
0 commit comments