Jayshah6699 / datascience-mashup

In this repo I will try to gather all of the projects related to data science with clean datasets and high accuracy models to solve real world problems.
MIT License
41 stars 53 forks source link

Image Segmentation using UNet #323

Closed infiniteoverflow closed 3 years ago

infiniteoverflow commented 3 years ago

Dataset : https://www.kaggle.com/tapakah68/segmentation-full-body-mads-dataset

We will be using the UNet Architecture to implement a model that can extract an image from its background.

Jayshah6699 commented 3 years ago

Make a interface where we can upload image and using this algo it gives us image without background.