LZQthePlane / Online-Realtime-Action-Recognition-based-on-OpenPose

A skeleton-based real-time online action recognition project, classifying and recognizing base on framewise joints, which can be used for safety surveilence.
Apache License 2.0
671 stars 232 forks source link

normalize keypoints #57

Open quan-nguyen-7121996 opened 4 years ago

quan-nguyen-7121996 commented 4 years ago

I see the function pose_normalization and I found out you do center_x/1280 and center_y/720. Why did you that ? I think you trained with 1280x720 image and you normalize with reference 1280x720. Thank you for your answer.