Metadata-Version: 2.1
Name: unipose
Version: 1.0.8
Summary: 2D Pose in Unity with Python backend
Home-page: https://github.com/Sanjay-Ganeshan/UniPose
Author: Julie Ganeshan
Author-email: HeavenlyQueen@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: opencv-python (>=4.2.0.34)
Requires-Dist: easydict (>=1.9)
Requires-Dist: tqdm (>=4.46.0)
Requires-Dist: numpy (>=1.18.4)
Requires-Dist: requests (>=2.23.0)

# UniPose - 2D Pose in Unity, using Pytorch PoseNet
Written by Julie Ganeshan

*This codebase is adapted from https://github.com/rwightman/posenet-pytorch* Please see `original_docs`

All rights for PoseNet in Pytorch to Ross Wightman. My modifications 
are entirely contained in `pose_server.py`

*The model weights are from Google*


For the full docs, see the github repo 

https://github.com/Sanjay-Ganeshan/UniPose


*This package relies on Pytorch, and is only compatible with Windows 10*

Please install Pytorch, as per https://pytorch.org/get-started/locally/ - this is NOT auto installed.

To install this package, just use

`pip install unipose`


