xmba15 / human_parsing_pytorch

Parsing Human Parts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pytorch Implementation of Human Parsing with PSPNet on LIP-Look Into Person-dataset


Dataset


Color Label Chart


Color Label Chart

Test Result

Steven Spielberg Parsing Result

The approach in this github repository only utilizes pspnet for training a human parsing model, without the Self-supervised Structure-sensitive Learning skeme in [1]. Also, the training has been done with only a single gpu (with gradient accumulation). Therefore, the parsing result is not so good.

References


[1]. Look into Person: Self-supervised Structure-sensitive Learning and A New Benchmark for Human Parsing", CVPR 2017

[2]. Pyramid Scene Parsing Network

About

Parsing Human Parts


Languages

Language:Jupyter Notebook 84.2%Language:Python 15.8%