posenet-python
posenet-python copied to clipboard
A Python port of Google TensorFlow.js PoseNet (Real-time Human Pose Estimation)
Hi Guys, If i already got the 17 keypoints from alphapose and then how i can compare 2 sets of keypoints?
I'm newbie on tensorflow and pose estimation. I just followed all the steps described on main info. Before that I created a conda environment to isolate the project. Also I...
Hope this is helpful for others. I have tested it on Mojave. Great library! ``` # How to Install on MacOSX # git clone https://github.com/rwightman/posenet-python.git # Clone Git Repo cd...
Hey, I tried the webcam_demo.py and noticed that posenet.read_cap does not exist. It's posenet.utils.read_cap instead. Hope this helps
I would like to ask about the flow chart and architecture diagram of network neural and how to train my own model, thank you!
Hi I tried to make the code work and i have that error: Traceback (most recent call last): File "image_demo.py", line 1, in import tensorflow as tf File "C:\Users\mz\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\__init__.py", line...
Add resnet50 backbone as an option, as per: https://github.com/tensorflow/tfjs-models/pull/199
I want to display the bounding box, but I'm not sure where to find the settings.
@rwightman hi, I just use the same configuration model, the same input image, but the predict result is diff between original tfjs and this python one. Is there any clue?...
Hi, I wanted only the eyes and nose point marked on the face. How can I do it?