Skip to main content

Detection human body keypoints

Project description

Introduction

This package is used to estimate human body keypoints, developed by Waterway Research Insitutue of Nanjing
E-mail: 1126557295@qq.com

Installation

pip install njswpose

Example

    from PIL import Image
    import PIL
    from torchvision.transforms import transforms
    from njswpose import pose_detection

    image = Image.open('./test.jpg').convert('RGB')
    loader = transforms.Compose([
        transforms.ToTensor()])
    image = loader(image)
    pose_detection(image, detect_threshold=0.55, vis=True)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

njswpose-0.1.5.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

njswpose-0.1.5-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page