josebenitezg / Pytorch-Image-Segmentation

This is an implementation of U-Net Architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pytorch Image Segmentation

This repo contains the code for training a U-Net model for image segmentation on the Human Segmentation Dataset.

Open In Colab

Usage 🔩

  1. Clone this repo
git clone https://github.com/josebenitezg/Pytorch-Image-Segmentation
  1. Create a virtual enviroment
python -m venv env
  1. Activate virtual enviroment
  • for linux
source env/bin/activate
  • for windows
env\Scripts\Activate.bat
  1. Install requirements
pip install -r requirements.txt
  1. Train the model
python train.py
  1. Run gradio inference app
python gradio_inference.py

This repo contains dataset files to train a small model.

Dataset Credit : https://github.com/VikramShenoy97/Human-Segmentation-Datasets

About

This is an implementation of U-Net Architecture


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%