Basic template of a python repository
Project description
postprocessing_gui
INSTALLING the GUI
- Create a 3.9 or 3.10 conda environment environment -have tested this successfully on 3.9.16 (latest 3.9 version) and 3.10.11 (latest 3.10 version)
- Navigate to this github repo and use the command
pip install -e.
to install the dependencies from the pyproject.toml
STARTING the GUI:
- Open up
postprocess_GUI.py
- Scroll down to the
if __name__ == '__main__'
section at the bottom - Change the
path_to_data_folder
variable to the path to your recording -NOTE: The GUI is set up to take file paths and file names corresponding to the FreeMoCap 1.0 release. If you need to change these file paths, you can do so from theFileManager
class at the top ofpostprocess_GUI.py
- After changing the path, run the
postprocess_GUI.py
script, and the GUI will pop up
OPERATING the GUI
- When the GUI pops up you'll see the main menu, from which you can alter and apply various postprocessing parameters (currently mostly for interpolation/filtering)
- Press the 'Process Data and View Results' button to run the postprocessing on the skeleton, and the postprocessed skeleton should appear in the 'post-processed data' skeleton viewer
- You can move between the Filtering and Interpolation tabs at the top to more closely look at how the different processing options affect your data
- When finished, press the 'Save Out Data' button on the main menu to save the post_processed data and a .toml file of your processing parameters into the 'output_data' folder
- Default processed data file name is 'mediapipe_processed_xyz.npy' and the parameter summary name is 'postprocessing_settings.toml'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
skellyforge-2024.8.1008.tar.gz
(33.1 kB
view details)
Built Distribution
File details
Details for the file skellyforge-2024.8.1008.tar.gz
.
File metadata
- Download URL: skellyforge-2024.8.1008.tar.gz
- Upload date:
- Size: 33.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 639dda5464001c0b0475b36e1271d378159e14edd960f4df66ce5cf3b89b8199 |
|
MD5 | 9eb45413e6f25edc5a46a43768662f92 |
|
BLAKE2b-256 | 7539b1624c7e2a5e5ebd46841ef550e33fcc2696165f52929898d109e2f77214 |
File details
Details for the file skellyforge-2024.8.1008-py3-none-any.whl
.
File metadata
- Download URL: skellyforge-2024.8.1008-py3-none-any.whl
- Upload date:
- Size: 40.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | beac6fc17562ff81b2af24a14b543002e8bfe904f583464612c489b83cb9cd9b |
|
MD5 | d2c32ea310a6476c5e3b7a3d6356f9b3 |
|
BLAKE2b-256 | e809be6bbca52d17fe0b5877c33acc26caff630d268664ef77cd5fed8cb7b650 |