TF-SimpleHumanPose icon indicating copy to clipboard operation
TF-SimpleHumanPose copied to clipboard

TensorFlow implementation of "Simple Baselines for Human Pose Estimation and Tracking", ECCV 2018

Results 15 TF-SimpleHumanPose issues
Sort by recently updated
recently updated
newest added

@mks0601 Heyy! I have seen different AP values like AP, AP.5, and AP.75. I read about them on the COCO website, but I did not understand which one to consider...

Hello, Thank you for posting your work! @mks0601 I have gone through the Issues tab and tried to figure out what exactly this **human_detection.json** is. From my perspective, human_detection is...

To export the trained model, it is required to provide the name of the output node. (For line 20 of the following script which is used to freeze the model)...

Hello, you have done a great job! However, I'm confused about the get_affine_transform function in mks0601/TF-SimpleHumanPose/main/gen_batch.py ![image](https://user-images.githubusercontent.com/44047538/146787974-f728dd65-5577-46d7-92ec-1f79704953b7.png) 1. when calcualte src_dir = get_dir([0, src_w * -0.5], rot_rad), I think it...

How can I get human_detection.json with my own data?Do I need to label a box myself?How do you get the field 'score'?

hello author, 1. which model did you use for training? from scratch or transfer learning? 2. does this tensorflow implementation work on realtime webcam input? what fps did you get?...

Dear Authors, Great work of pose detection using TensorFlow. I have doubts regarding training a custom dataset. What is the approach for improving the detection of human poses. 1. Should...

Hello, I am implementing this model but I still confused. What is the human detector algorithm used to get a cropped image? I saw in the paper that it use...

Hello, Firstly, I am super new to tensorflow. Would you mind clarify what is NMS modules you are talking about or anywhere I can read about it. best, Than