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.
我是 opencv 的新手,我希望能够以最准确的方式检测身体位置。我不在乎它不会是实时的。 我做了一些研究,然后来到mediapipe了openpose. 它们都很棒,但在某些情况下不能提供准确的结果。
mediapipe
openpose
例如,这些是 的结果openpose。您可以看到身体的第 4 部分和第 9 部分不在正确的位置:
同样,我不在乎预测结果所需的时间。只关心准确性。 我想到的一种方法是使用多个位置检测库并对结果进行平均。但我想知道是否有更好的方法(或图书馆)这样做。