mirror of
https://github.com/ganeshsar/UnityPythonMediaPipeBodyPose.git
synced 2025-12-19 01:20:07 +08:00
Technically since we flipped using cv2.flip, we need to re flip in unity (otherwise get incorrect results if query landmarks in unity). LEGACY BEHAVIOR: comment #define FLIP CORRECT BEHAVIOR: leave everything as is NO FLIP: comment cv2.flip() in python, comment FLIP here.