From dcd4e460178a9ec60414e0677658dbffbf403ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 6 Dec 2020 23:08:58 -0300 Subject: [PATCH] Minor proposals (lines 05 & 10) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5bcd92..05a8d49 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ # Image Segmentation ## Overview -We recently developed a solution based on deep learning, i.e. Tiramisu, to segment the forground and remove the background in images. Our goal was to enable image retreival from a target catalogue image of a fashion retailer given a query mobile snapshot. +We recently developed a solution based on deep learning, i.e. Tiramisu, to segment the foreground and remove the background in images. Our goal was to enable image retrieval from a target catalogue image of a fashion retailer given a query mobile snapshot. ## Contents In this repository, you'll find: -- the code to reproduce the image segmetnation described in the accompanying [code story](https://www.microsoft.com/developerblog/2018/04/18/deep-learning-image-segmentation-for-ecommerce-catalogue-visual-search/) +- the code to reproduce the image segmentation described in the accompanying [code story](https://www.microsoft.com/developerblog/2018/04/18/deep-learning-image-segmentation-for-ecommerce-catalogue-visual-search/) - how to train your own specific image segmentation with your own data