Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimyk0120/isob_valid
ISOB human pose estimation result validator
https://github.com/kimyk0120/isob_valid
human-pose-estimation python
Last synced: 18 days ago
JSON representation
ISOB human pose estimation result validator
- Host: GitHub
- URL: https://github.com/kimyk0120/isob_valid
- Owner: kimyk0120
- Created: 2024-07-14T06:25:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T05:04:17.000Z (5 months ago)
- Last Synced: 2024-07-27T02:25:12.481Z (5 months ago)
- Topics: human-pose-estimation, python
- Language: Python
- Homepage:
- Size: 500 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# isob_valid
## Description
This is a simple tool to validate Humanpose Estimatin data for ISOP app.
This tool calculates 6 angles from the given human pose data and checks if the angles are within the given range.## Installation
```bash
pip install -r requirements.txt
```
## OutputThe output image will be saved in the 'output' directory with the name `output_image.jpg`.
![output_image.jpg](inst%2Foutput_image.jpg)