Skip to content

mayankgrwl97/human-part-segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Human-Part-Segmentation

This code is adapted from --> https://github.com/PeikeLi/Self-Correction-Human-Parsing

Installation

git clone https://github.com/mayankgrwl97/human-part-segmentation.git
cd human-part-segmentation
pip install .

Requirements

Install ninja to load C++ dependencies in torch

sudo apt-get install ninja-build