
# TensorFlow Community Models
This repository provides a curated list of the GitHub repositories with machine learning models and implementations powered by TensorFlow 2.
**Disclosure**: Contributing companies or individuals are responsible for maintaining their repositories.
## Models / Implementations
### Computer Vision
#### Segmentation
| Model | Reference (Paper) | Features | Maintainer |
|-------|-------------------|----------|------------|
| [Mask R-CNN](https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow2/Segmentation/MaskRCNN) | [Mask R-CNN](https://arxiv.org/abs/1703.06870) | • Automatic Mixed Precision
• Multi-GPU training support with Horovod
• TensorRT | [NVIDIA](https://github.com/NVIDIA) |
| [U-Net Medical Image Segmentation](https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow2/Segmentation/UNet_Medical) | [U-Net: Convolutional Networks for Biomedical Image Segmentation](https://arxiv.org/abs/1505.04597) | • Automatic Mixed Precision
• Multi-GPU training support with Horovod
• TensorRT | [NVIDIA](https://github.com/NVIDIA) |
## Contributions
If you have a suggestion for the community model repository, please submit a pull request.