Skip to content

Commit 725f222

Browse files
authored
Update README.md
1 parent 540a896 commit 725f222

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ This is a "short" (rather lengthy) tutorial that started off as self notes on ho
55

66
There currently exist several versions of the tutorial, corresponding to the various different versions of TensorFlow. The two major versions are outlined below.
77

8-
## TensorFlow 2 Object Detection API tutorial [![Documentation Status](https://readthedocs.org/projects/tensorflow-object-detection-api-tutorial/badge/?version=latest)](http://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/?badge=latest)
8+
## TensorFlow 2 Object Detection API tutorial
9+
10+
[![TensorFlow 2.2](https://img.shields.io/badge/TensorFlow-2.2-FF6F00?logo=tensorflow)](https://github.com/tensorflow/tensorflow/releases/tag/v2.2.0) [![Documentation Status](https://readthedocs.org/projects/tensorflow-object-detection-api-tutorial/badge/?version=latest)](http://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/?badge=latest)
911

1012
Since July 10, 2020 TensorFlow [announced that the Object Detection API officially supports TensorFlow 2](https://blog.tensorflow.org/2020/07/tensorflow-2-meets-object-detection-api.html). Therefore, an updated version of the tutorial was created to cover TensorFlow 2.
1113

1214
To read the tutorial, visit [http://tensorflow-object-detection-api-tutorial.readthedocs.io](http://tensorflow-object-detection-api-tutorial.readthedocs.io).
1315

14-
## TensorFlow Object Detection API tutorial [![Documentation Status](https://readthedocs.org/projects/tensorflow-object-detection-api-tutorial/badge/?version=tensorflow-1.14)](http://tensorflow-object-detection-api-tutorial.readthedocs.io/en/tensorflow-1.14/?badge=tensorflow-1.14)
16+
## TensorFlow Object Detection API tutorial
17+
18+
[![TensorFlow 1.14](https://img.shields.io/badge/TensorFlow-1.14-FF6F00?logo=tensorflow)](https://github.com/tensorflow/tensorflow/releases/tag/v1.14.0) [![Documentation Status](https://readthedocs.org/projects/tensorflow-object-detection-api-tutorial/badge/?version=tensorflow-1.14)](http://tensorflow-object-detection-api-tutorial.readthedocs.io/en/tensorflow-1.14/?badge=tensorflow-1.14)
1519

1620
Originally, the tutorial was written with TensorFlow 1 in mind. Since it is possible that many users will still be interested in working with TensorFlow 1, a version of this tutorial will also be maintained for the foreseeable future.
1721

0 commit comments

Comments
 (0)