https://github.com/ajaichemmanam/simple_posenet_python
A simple and minimal posenet inference in python
https://github.com/ajaichemmanam/simple_posenet_python
keypoint-estimation keypoints-detector posenet posenet-keypoints posenet-python tensorflowjs
Last synced: 6 months ago
JSON representation
A simple and minimal posenet inference in python
- Host: GitHub
- URL: https://github.com/ajaichemmanam/simple_posenet_python
- Owner: ajaichemmanam
- Created: 2020-04-05T15:09:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T23:42:55.000Z (over 2 years ago)
- Last Synced: 2025-04-11T03:52:28.364Z (6 months ago)
- Topics: keypoint-estimation, keypoints-detector, posenet, posenet-keypoints, posenet-python, tensorflowjs
- Language: Python
- Homepage:
- Size: 8 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple_posenet_python
A simple and minimal posenet inference in python# Getting Started
1. Install requirements
2. Download tfjs models for posenet.
3. Set path to models and image for inference in .py files
4. python3 eval_singleposemodel.py (Image with single person) or python3 eval_multiposemodel.py (Image with single/multiple person)# Observed Results
SINGLE POSE OUTPUT


MULTIPOSE OUTPUT


Multipose gives better results than singlepose even for single person. Due to graph tree based refinement.
# ACKNOWLEDGEMENT
Thanks to https://github.com/patlevin for support functions