Closed JchenXu closed 4 years ago
You can run openpose to get joint position and paf confidence, then save them to the struct OpenposeDetection, after that you can use function
void SerializeDetections(const std::vector
你好,可以给出一个脚本来得到paf score吗?或者可以介绍一下如何从openpose得到这些信息吗?这个得分好像是中间结果,我不知道应该如何从openpose中得到。谢谢~
你好,可以给出一个脚本来得到paf score吗?或者可以介绍一下如何从openpose得到这些信息吗?这个得分好像是中间结果,我不知道应该如何从openpose中得到。谢谢~
你好,请问你现在知道如何得到paf score吗?谢谢~
How can i generate the detection file (e.g., ./data/shelf/detection/0.txt) with my own dataset.