Metadata-Version: 2.1
Name: human-parsing
Version: 0.0.3
Summary: Human Parsing SDK
Home-page: https://github.com/HumanParsingSDK/human_parsing_sdk
Author: Anton Fedotov
Author-email: anton.fedotov.af@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: albumentations
Requires-Dist: pietoolbelt
Requires-Dist: torchvision

# Human Parsing SDK API

# Installation:
[![PyPI version](https://badge.fury.io/py/huamn_parsing.svg)](https://badge.fury.io/py/huamn_parsing)
[![PyPI Downloads/Month](https://pepy.tech/badge/huamn_parsing/month)](https://pepy.tech/project/huamn_parsing)
[![PyPI Downloads](https://pepy.tech/badge/huamn_parsing)](https://pepy.tech/project/huamn_parsing)

`pip install human_parsing`

##### Install latest version before it's published on PyPi
`pip install -U git+https://github.com/HumanParsingSDK/human_parsing_sdk`

## Supported tasks:
* Person whole stature segmentation

## Weights storage
Weights and models are hosted on [Google Drive](https://drive.google.com/drive/folders/1CPyT08JIRvxYxJZYqVy90n6UwL0Tkj3t?usp=sharing)

It'll be download automatically to your `<path to user home dir>/.human_parsing` directory


