mks0601 / PoseFix_RELEASE

Official TensorFlow implementation of "PoseFix: Model-agnostic General Human Pose Refinement Network", CVPR 2019
MIT License
328 stars 64 forks source link

Can we directly implement Posefix on Inference phase or should we have to do it from training itself? #41

Open athulvingt opened 4 years ago

mks0601 commented 4 years ago

I cannot understand your question. Could you specify it?

athulvingt commented 4 years ago

what I understood is posefix is used to reduce the error in converting heatmaps to keypoints. So is it possible to apply posefix on heatmap generated by any pose estimation model?

mks0601 commented 4 years ago

I think you didn't got the core contribution of PoseFix. The main focus is to design model-agnostic human pose refinement network.