Skip to content

Commit ff5bd71

Browse files
authored
Update README.md
Add a milestone for the Object Detection API
1 parent f9ac961 commit ff5bd71

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
# Welcome to the Model Garden for TensorFlow
44

5-
The TensorFlow Model Garden is a repository with a number of different implementations of state-of-the-art (SOTA) models and modeling solutions for TensorFlow users. We aim to demonstrate the best practices for modeling so that TensorFlow users can take full advantage of TensorFlow for their research and product development.
5+
The TensorFlow Model Garden is a repository with a number of different implementations of state-of-the-art (SOTA) models and modeling solutions for TensorFlow users. We aim to demonstrate the best practices for modeling so that TensorFlow users
6+
can take full advantage of TensorFlow for their research and product development.
67

78
| Directory | Description |
89
|-----------|-------------|
910
| [official](official) | • A collection of example implementations for SOTA models using the latest TensorFlow 2's high-level APIs<br />• Officially maintained, supported, and kept up to date with the latest TensorFlow 2 APIs by TensorFlow<br />• Reasonably optimized for fast performance while still being easy to read |
1011
| [research](research) | • A collection of research model implementations in TensorFlow 1 or 2 by researchers<br />• Maintained and supported by researchers |
1112
| [community](community) | • A curated list of the GitHub repositories with machine learning models and implementations powered by TensorFlow 2 |
1213

13-
## [Announcements](../../wiki/Announcements)
14+
## [Announcements](https://github.com/tensorflow/models/wiki/Announcements)
1415

1516
| Date | News |
1617
|------|------|
@@ -21,11 +22,17 @@ The TensorFlow Model Garden is a repository with a number of different implement
2122
| May 1, 2020 | [DELF: DEep Local Features](https://github.com/tensorflow/models/tree/master/research/delf) updated to support TensorFlow 2.1
2223
| March 31, 2020 | [Introducing the Model Garden for TensorFlow 2](https://blog.tensorflow.org/2020/03/introducing-model-garden-for-tensorflow-2.html) ([Tweet](https://twitter.com/TensorFlow/status/1245029834633297921)) |
2324

25+
## [Milestones](https://github.com/tensorflow/models/milestones)
26+
27+
| Date | Milestone |
28+
|------|-----------|
29+
| July 7, 2020 | [![GitHub milestone](https://img.shields.io/github/milestones/progress/tensorflow/models/1)](https://github.com/tensorflow/models/milestone/1) |
30+
2431
## Contributions
2532

2633
[![help wanted:paper implementation](https://img.shields.io/github/issues/tensorflow/models/help%20wanted%3Apaper%20implementation)](https://github.com/tensorflow/models/labels/help%20wanted%3Apaper%20implementation)
2734

28-
If you want to contribute, please review the [contribution guidelines](../../wiki/How-to-contribute).
35+
If you want to contribute, please review the [contribution guidelines](https://github.com/tensorflow/models/wiki/How-to-contribute).
2936

3037
## License
3138

0 commit comments

Comments
 (0)