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, })