Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 PoseNet 中,您可以使用 flipHorizontal: true 来翻转图像。MediaPipe Pose 中是否有类似的命令,是否有示例代码?
PoseNet 中的示例: const pose = await model.estimateSinglePose(video, { flipHorizontal: true, })