|
3 | 3 | [](https://github.com/tensorflow/tensorflow/releases/tag/v1.15.0)
|
4 | 4 | [](https://www.python.org/downloads/release/python-360/)
|
5 | 5 |
|
| 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 | + |
6 | 19 | Creating accurate machine learning models capable of localizing and identifying
|
7 | 20 | multiple objects in a single image remains a core challenge in computer vision.
|
8 | 21 | The TensorFlow Object Detection API is an open source framework built on top of
|
9 | 22 | TensorFlow that makes it easy to construct, train and deploy object detection
|
10 | 23 | models. At Google we’ve certainly found this codebase to be useful for our
|
11 | 24 | computer vision needs, and we hope that you will as well. <p align="center">
|
12 | 25 | <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 |
15 | 27 | Detection API for a research publication, please consider citing:
|
16 | 28 |
|
17 | 29 | ```
|
|
0 commit comments