Home

Awesome

Clothes Segmentation using U2NET

Python 3.8 License: MIT Open In Colab

This repo contains training code, inference code and pre-trained model for Cloths Parsing from human portrait.</br> Here clothes are parsed into 3 category: Upper body(red), Lower body(green) and Full body(yellow)

Sample 000 Sample 024 Sample 018

This model works well with any background and almost all poses. For more samples visit samples.md

Techinal details

Training

<ul> <ul> <li>&nbsp; PyTorch > 1.3.0</li> <li>&nbsp; tensorboardX</li> <li>&nbsp; gdown</li> </ul> </ul>

Testing/Inference

OR

Acknowledgements