Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYang1994 authored Nov 6, 2019
1 parent 9604845 commit 6949a28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ This tutorial was designed for easily diving into TensorFlow2.0. it includes bo
</a>
</p>

- **SSD** ([notebook](https://github.com/YunYang1994/TensorFlow2.0-Examples/tree/master/4-Object_Detection/SSD)) ([code](https://github.com/YunYang1994/TensorFlow2.0-Examples/tree/master/4-Object_Detection/SSD/ssd.py))([paper](http://arxiv.org/abs/1512.02325)). SSD: Single Shot MultiBox Detector.

<p align="center">
<img width="55%" src="https://user-images.githubusercontent.com/30433053/68289307-d83fc480-00c0-11ea-88fc-02ea2b5f576b.png" style="max-width:55%;">
</a>
</p>

#### 5 - Image Segmentation
- **FCN** ([notebook](5-Image_Segmentation/FCN)) ([code](5-Image_Segmentation/FCN/fcn8s.py))([paper](https://arxiv.org/abs/1411.4038)). FCN: Fully Convolutional Networks for Semantic Segmentation. 🔥🔥🔥🔥🔥
Expand Down

0 comments on commit 6949a28

Please sign in to comment.