Jungjaewon / fashion_segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fashion item Segmentation based on Unet

This repository implements fashion item segmentation on color and category

Requirements

  • python3.6+
  • pytorch 1.7.1
  • others.

Usage

training a model

python3 main.py --config config.yml

testing a model

Not implmented yet

Results

Category

edge2color

Color

color2edge

Comments

The result is not good because dataset is small and unet is simple. Deeplab-v3 and other network is recommended.

Reference

  1. unet : https://github.com/milesial/Pytorch-UNet
  2. dataset : https://github.com/hrsma2i/dataset-CFPD

About

License:Apache License 2.0


Languages

Language:Python 100.0%