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
Description: # 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`
        
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
