Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivangael/openpose-prediction
Person's body parts or joint position detection using openCV
https://github.com/ivangael/openpose-prediction
detection numpy opencv prediction prediction-model python
Last synced: 6 days ago
JSON representation
Person's body parts or joint position detection using openCV
- Host: GitHub
- URL: https://github.com/ivangael/openpose-prediction
- Owner: IvanGael
- Created: 2024-04-26T19:55:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-18T09:40:01.000Z (6 months ago)
- Last Synced: 2024-05-18T10:54:44.584Z (6 months ago)
- Topics: detection, numpy, opencv, prediction, prediction-model, python
- Language: Python
- Homepage:
- Size: 18.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Person's body parts or joint position detection using openCV
- Visualization 1 : Without body parts annotation
![Demo1](demos/demo1.png)
- Visualization 2 : With body parts annotation
![Demo2](demos/demo2.png)
- Visualization 3 : Body part confidence score
![Demo3](demos/demo3.png)
- Visualization 4 : Average confidence score and number of detected body parts
![Demo4](demos/demo4.png)
Example usage
```
py main.py visualization1 --input models/model6.jpg --model graph_opt.pb --width 368 --height 368 --thr 0.2
```