A simple and minimal posenet inference in python
- Install requirements
- Download tfjs models for posenet.
- Set path to models and image for inference in .py files
- python3 eval_singleposemodel.py (Image with single person) or python3 eval_multiposemodel.py (Image with single/multiple person)
Multipose gives better results than singlepose even for single person. Due to graph tree based refinement.
Thanks to https://github.com/patlevin for support functions