Skip to content

Commit 3045830

Browse files
Vighnesh BirodkarTF Object Detection Team
Vighnesh Birodkar
authored and
TF Object Detection Team
committed
Add deprecation message for OD API.
PiperOrigin-RevId: 486695661
1 parent 9b3810e commit 3045830

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

research/object_detection/README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,27 @@
33
[![TensorFlow 1.15](https://img.shields.io/badge/TensorFlow-1.15-FF6F00?logo=tensorflow)](https://github.com/tensorflow/tensorflow/releases/tag/v1.15.0)
44
[![Python 3.6](https://img.shields.io/badge/Python-3.6-3776AB)](https://www.python.org/downloads/release/python-360/)
55

6+
## Deprecation
7+
8+
*Note to our users*: the Tensorflow Object Detection API is no longer being
9+
maintained to be compatible with new versions of external dependencies
10+
(from pip, apt-get etc.). Any changes that follow are meant for internal
11+
maintenance. We may use the OD API to release projects in the future,
12+
in which case we will provide full install instructions or Docker images.
13+
We encourage users seeking an actively maintained detection / segmentation
14+
codebase to consider [TF-Vision](https://github.com/tensorflow/models/tree/master/official/vision)
15+
or [scenic](https://github.com/google-research/scenic). We have preserved
16+
the original install instructions below in case anyone wants to try out old
17+
models or scripts.
18+
619
Creating accurate machine learning models capable of localizing and identifying
720
multiple objects in a single image remains a core challenge in computer vision.
821
The TensorFlow Object Detection API is an open source framework built on top of
922
TensorFlow that makes it easy to construct, train and deploy object detection
1023
models. At Google we’ve certainly found this codebase to be useful for our
1124
computer vision needs, and we hope that you will as well. <p align="center">
1225
<img src="g3doc/img/kites_detections_output.jpg" width=676 height=450> </p>
13-
Contributions to the codebase are welcome and we would love to hear back from
14-
you if you find this API useful. Finally if you use the TensorFlow Object
26+
If you use the TensorFlow Object
1527
Detection API for a research publication, please consider citing:
1628

1729
```

0 commit comments

Comments
 (0)