RepoReplicateReplicatepublished Sep 8, 2023seen 5d

replicate/cog-lightweight-openpose

Python

Open original ↗

Captured source

source ↗

replicate/cog-lightweight-openpose

Description: Cog wrapper for Lightweight Openpose

Language: Python

License: Apache-2.0

Stars: 3

Forks: 0

Open issues: 0

Created: 2023-09-08T16:02:33Z

Pushed: 2023-09-17T13:24:43Z

Default branch: main

Fork: no

Archived: no

README:

Cog-Lightweight-OpenPose

Cog wrapper for Lightweight OpenPose. This is an implementation of the original work's GitHub repository, see Replicate model page for the API and demo.

Basic Usage

To run a prediction:

cog predict -i image=@sample.png -i image_size=256

To start your own server:

cog run -p 5000 python -m cog.server.http

References

@inproceedings{osokin2018lightweight_openpose,
author={Osokin, Daniil},
title={Real-time 2D Multi-Person Pose Estimation on CPU: Lightweight OpenPose},
booktitle = {arXiv preprint arXiv:1811.12004},
year = {2018}
}