tensorflow_Realtime_Multi-Person_Pose_Estimation icon indicating copy to clipboard operation
tensorflow_Realtime_Multi-Person_Pose_Estimation copied to clipboard

Multi-Person Pose Estimation project for Tensorflow 2.0 with a small and fast model based on MobilenetV3

Results 26 tensorflow_Realtime_Multi-Person_Pose_Estimation issues
Sort by recently updated
recently updated
newest added

The loss is about 2000-3000, the loss doesn't change much from epoch 3 to epoch 100. Anything wrong with it?

It would be great if you provide the result of comparison with other realtime pose estimation projects about the FPS and the AP. e.g. MediaPipe Pose - https://github.com/google/mediapipe OpenPose AlphaPose...

this project does not supply trained models?where is the trained model?

As I read the code, I found there are two strange joint pairs in below code, [2, 16] and [5, 17], compare them with the image, it looks like that...

When I want to convert `checkpoint` to `pb`, I need file `meta` , but I cant find it. Or there may exist other way to get `pb` of the model?

The test_pose_vgg.ipynb Notebook loads weights from 'weights.best.h5'. The dropbox link contains the weights for the mobilenet model, but I wasn't able to find any h5 file named 'weights.best.h5'. Also, the...

I have been trying to run this repository and I keep getting this error "AssertionError: ZMQ IPC doesn't support windows!" I am working on Windows. Does it mean that I...

Hi, First of all great work. Recently openpose has also added foot detection to their models and datasets. Are you also planning on incorporating those changes? Thanks

Hi, How to group keypoints for each person?

I am training a model based on your repository but it does pose estimation on 13 keypoints. The code has been modified to adapt to new configuration. During training I...