Metadata-Version: 2.1
Name: skelly_viewer
Version: 2024.8.1025
Summary: View a skelly
Keywords: basic,template,python,repository
Author-email: Skelly FreeMoCap <info@freemocap.org>
Requires-Python: >=3.9,<3.13
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Dist: pytest
Requires-Dist: numpy==1.26.2
Requires-Dist: rich==13.7.0
Requires-Dist: PySide6==6.6.*
Requires-Dist: opencv-contrib-python==4.8.*
Requires-Dist: pandas==2.1.*
Requires-Dist: matplotlib==3.8.2
Requires-Dist: black ; extra == "dev"
Requires-Dist: bumpver ; extra == "dev"
Requires-Dist: isort ; extra == "dev"
Requires-Dist: pip-tools ; extra == "dev"
Requires-Dist: pytest ; extra == "dev"
Provides-Extra: dev

# Installation

Create a conda environment using Python 3.11 (recommended, untested on other versions) and activate your conda environment 

Install skelly_viewer using `pip install skelly_viewer`

# Usage

After installing, in your conda terminal (with the right environment active), type `skelly_viewer'

You should see a GUI pop up with an empty graph, a slider, and two buttons

Click the `Load a session folder` button, and select a session folder that you would like to view the data from using the folder dialog 
(NOTE: As of right now, this viewer only works with pre-alpha labeled, post-processed data (it looks the `DataArrays` folder with a file 
called `mediaPipeSkel_3d_origin_aligned.npy` inside of it)

You can move the slider, and the 3D graph should show your skeleton

If you hit the `Load Videos` button on the side, select a folder of videos within your current session. When you move the slider, the videos
should load in and appear on the right hand side 




