Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
eb355ec0
Unverified
Commit
eb355ec0
authored
Jun 21, 2020
by
Jaeyoun Kim
Committed by
GitHub
Jun 21, 2020
Browse files
Update README.md
Update links
parent
6e4f52c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
community/README.md
community/README.md
+9
-9
No files found.
community/README.md
View file @
eb355ec0
...
...
@@ -6,13 +6,12 @@ This repository provides a curated list of the GitHub repositories with machine
**Note**
: Contributing companies or individuals are responsible for maintaining their repositories.
##
Models / Implementat
ion
s
##
Computer Vis
ion
###
Computer Vis
ion
###
Image Recognit
ion
#### Image Recognition
| Model | Reference (Paper) | Features | Maintainer |
|-------|-------------------|----------|------------|
| Model | Paper | Features | Maintainer |
|-------|-------|----------|------------|
|
[
DenseNet 169
](
https://github.com/IntelAI/models/tree/master/benchmarks/image_recognition/tensorflow/densenet169
)
|
[
Densely Connected Convolutional Networks
](
https://arxiv.org/pdf/1608.06993
)
| • FP32 Inference |
[
Intel
](
https://github.com/IntelAI
)
|
|
[
Inception V3
](
https://github.com/IntelAI/models/tree/master/benchmarks/image_recognition/tensorflow/inceptionv3
)
|
[
Rethinking the Inception Architecture<br/>for Computer Vision
](
https://arxiv.org/pdf/1512.00567.pdf
)
| • Int8 Inference
<br/>
• FP32 Inference |
[
Intel
](
https://github.com/IntelAI
)
|
|
[
Inception V4
](
https://github.com/IntelAI/models/tree/master/benchmarks/image_recognition/tensorflow/inceptionv4
)
|
[
Inception-v4, Inception-ResNet and the Impact<br/>of Residual Connections on Learning
](
https://arxiv.org/pdf/1602.07261
)
| • Int8 Inference
<br/>
• FP32 Inference |
[
Intel
](
https://github.com/IntelAI
)
|
...
...
@@ -21,12 +20,13 @@ This repository provides a curated list of the GitHub repositories with machine
|
[
ResNet 50
](
https://github.com/IntelAI/models/tree/master/benchmarks/image_recognition/tensorflow/resnet50
)
|
[
Deep Residual Learning for Image Recognition
](
https://arxiv.org/pdf/1512.03385
)
| • Int8 Inference
<br/>
• FP32 Inference |
[
Intel
](
https://github.com/IntelAI
)
|
|
[
ResNet 50v1.5
](
https://github.com/IntelAI/models/tree/master/benchmarks/image_recognition/tensorflow/resnet50v1_5
)
|
[
Deep Residual Learning for Image Recognition
](
https://arxiv.org/pdf/1512.03385
)
| • Int8 Inference
<br/>
• FP32 Inference
<br/>
• FP32 Training |
[
Intel
](
https://github.com/IntelAI
)
|
#### Segmentation
| Model | Reference (Paper) |
Features
| Maintainer |
|-------|-------------------|----------|------------|
### Segmentation
| Model | 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
<br/>
• Multi-GPU training support with Horovod
<br/>
• 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
<br/>
• Multi-GPU training support with Horovod
<br/>
• TensorRT |
[
NVIDIA
](
https://github.com/NVIDIA
)
|
## Contributions
If you want to contribute, please review the
[
contribution guidelines
](
../../..
/wiki/How-to-contribute
)
.
If you want to contribute, please review the
[
contribution guidelines
](
https://github.com/tensorflow/models
/wiki/How-to-contribute
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment