hellojialee / Improved-Body-Parts

Simple Pose: Rethinking and Improving a Bottom-up Approach for Multi-Person Pose Estimation
https://arxiv.org/abs/1911.10529
258 stars 42 forks source link

Test without multi scale and flip #5

Closed BobDL closed 4 years ago

BobDL commented 4 years ago

Hi, Thanks for your job and the project. I have demo the pretrained model on some pics. With the default setting( with FLIP, multi scale) the pose result is OK, similar to the openpose BODY25 model. But, if without the flip, and multi scale, the result is not so good even on very simple image. Could you help check if any issue there?

origin image 2

with flip result_withflip

without flip result_woflip

hellojialee commented 4 years ago

Predict on one scale (512 input) without flip: result I guess you may miss some fixed body part channels (looking at your result, the connection between neck and right hip is missing).

BobDL commented 4 years ago

Predict on one scale (512 input) without flip: result I guess you may miss some fixed body part channels (looking at your result, the connection between neck and right hip is missing).

OK, thanks. You are right. It's good after fix a bug.