From c9567f1683f51ef7f3c9780a3a2dd8f73f68e3ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 16 May 2019 18:53:58 -0300 Subject: [PATCH] Typo fixed on string 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c129f8b..b0759b5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Segmentation -This repository contains tensorflow implemenation of two models for semantic segmentations known to give high accuracy: +This repository contains tensorflow implementation of two models for semantic segmentations known to give high accuracy: * **U-net** (https://arxiv.org/abs/1505.04597) : The network can be found in [u_net.py](./u_net.py). Here is the architecture which I have borrowed from the paper : ![unet](./misc/unet.png)