mirror of
https://github.com/ganeshsar/UnityPythonMediaPipeBodyPose.git
synced 2026-03-13 08:00:33 +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.