README.md 3.61 KB
Newer Older
Jaeyoun Kim's avatar
Jaeyoun Kim committed
1
2
![Logo](https://storage.googleapis.com/model_garden_artifacts/TF_Model_Garden.png)

Jaeyoun Kim's avatar
Jaeyoun Kim committed
3
# Welcome to the Model Garden for TensorFlow
Quoc Le's avatar
Quoc Le committed
4

Jaeyoun Kim's avatar
Jaeyoun Kim committed
5
6
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.
Quoc Le's avatar
Quoc Le committed
7

8
| Directory | Description |
Jaeyoun Kim's avatar
Jaeyoun Kim committed
9
|-----------|-------------|
10
11
| [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 |
| [research](research) | • A collection of research model implementations in TensorFlow 1 or 2 by researchers<br />• Maintained and supported by researchers |
12
| [community](community) | • A curated list of the GitHub repositories with machine learning models and implementations powered by TensorFlow 2 |
13
14
15
| [orbit](orbit) | A flexible, lightweight library that users can easily use or fork when writing customized training loop code in TensorFlow 2.x. It seamlessly integrates with `tf.distribute` and supports running on different device types (CPU, GPU, and TPU). |


Quoc Le's avatar
Quoc Le committed
16

Jaeyoun Kim's avatar
Jaeyoun Kim committed
17
## [Announcements](https://github.com/tensorflow/models/wiki/Announcements)
18

Jaeyoun Kim's avatar
Jaeyoun Kim committed
19
20
| Date | News |
|------|------|
Jaeyoun Kim's avatar
Jaeyoun Kim committed
21
22
23
24
25
26
| June 30, 2020 | [SpineNet: Learning Scale-Permuted Backbone for Recognition and Localization](https://github.com/tensorflow/models/tree/master/official/vision/detection#train-a-spinenet-49-based-mask-r-cnn) released ([Tweet](https://twitter.com/GoogleAI/status/1278016712978264064)) |
| June 17, 2020 | [Context R-CNN: Long Term Temporal Context for Per-Camera Object Detection](https://github.com/tensorflow/models/tree/master/research/object_detection#june-17th-2020) released ([Tweet](https://twitter.com/GoogleAI/status/1276571419422253057)) |
| May 21, 2020 | [Unifying Deep Local and Global Features for Image Search (DELG)](https://github.com/tensorflow/models/tree/master/research/delf#delg) code released |
| May 19, 2020 | [MobileDets: Searching for Object Detection Architectures for Mobile Accelerators](https://github.com/tensorflow/models/tree/master/research/object_detection#may-19th-2020) released |
| May 7, 2020 | [MnasFPN with MobileNet-V2 backbone](https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md#mobile-models) released for object detection |
| May 1, 2020 | [DELF: DEep Local Features](https://github.com/tensorflow/models/tree/master/research/delf) updated to support TensorFlow 2.1 |
Jaeyoun Kim's avatar
Jaeyoun Kim committed
27
| 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)) |
28

Jaeyoun Kim's avatar
Jaeyoun Kim committed
29
30
31
32
## [Milestones](https://github.com/tensorflow/models/milestones)

| Date | Milestone |
|------|-----------|
Jaeyoun Kim's avatar
Jaeyoun Kim committed
33
| July 8, 2020 | [![GitHub milestone](https://img.shields.io/github/milestones/progress/tensorflow/models/1)](https://github.com/tensorflow/models/milestone/1) |
Jaeyoun Kim's avatar
Jaeyoun Kim committed
34

35
## Contributions
36

Jaeyoun Kim's avatar
Jaeyoun Kim committed
37
[![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)
Jaeyoun Kim's avatar
Jaeyoun Kim committed
38

Jaeyoun Kim's avatar
Jaeyoun Kim committed
39
If you want to contribute, please review the [contribution guidelines](https://github.com/tensorflow/models/wiki/How-to-contribute).
40
41
42
43

## License

[Apache License 2.0](LICENSE)