Skip to content

Commit 69abb46

Browse files
authored
Update README.md
1 parent 120d1a5 commit 69abb46

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,17 @@ Below examples include the intense usage of industry-hot frameworks (i.e. Pytorc
3333

3434
### 2020 Edition
3535

36+
#### [Image Segmentation using a modified U-Net in Tensorflow](https://github.com/hyunjoonbok/Python-Projects/blob/master/tensorflow/Image%20Segmentation%20using%20a%20modified%20U-Net%20in%20Tensorflow.ipynb):
37+
<p>
38+
An image segmentation task with Oxford-IIIT Pet Dataset to build a model that genenarte masks around the pet images and eventaully segment the image itself. Built using MobileNetV2 pretrained on ImageNet.
39+
</p>
40+
Jun 5, 2020
41+
3642
#### [Rock Paper Scissors (using MobileNetV2) in Tensorflow 2.0](https://github.com/hyunjoonbok/Python-Projects/blob/master/tensorflow/Build%20RPS%20image%20classification%20using%20Tensorflow.ipynb):
3743
<p>
3844
CNN model using Tensorflow that recognizes Rock-Paper-Scissors. Built using MobileNetV2 pretrained on ImageNet.
3945
</p>
40-
Jun 5, 2020
46+
Jun 4, 2020
4147

4248
#### [Few Shot Learning (N-shot) in Pytorch](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/Prototypical%20Networks%20for%20Few-Shot-Learning.ipynb):
4349
<p>

0 commit comments

Comments
 (0)