Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor proposals (lines 05 & 10) #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down