https://github.com/iv4n-ga6l/openpose-prediction
Person's body parts or joint position detection using openCV
https://github.com/iv4n-ga6l/openpose-prediction
detection numpy opencv prediction prediction-model python
Last synced: 4 months ago
JSON representation
Person's body parts or joint position detection using openCV
- Host: GitHub
- URL: https://github.com/iv4n-ga6l/openpose-prediction
- Owner: iv4n-ga6l
- Created: 2024-04-26T19:55:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-18T09:40:01.000Z (about 1 year ago)
- Last Synced: 2025-01-31T13:13:50.422Z (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

- Visualization 2 : With body parts annotation

- Visualization 3 : Body part confidence score

- Visualization 4 : Average confidence score and number of detected body parts

Example usage
```
py main.py visualization1 --input models/model6.jpg --model graph_opt.pb --width 368 --height 368 --thr 0.2
```