zhangyux15 / 4d_association

code for cvpr2020 "4D Association Graph for Realtime Multi-person Motion Capture Using Multiple Video Cameras"
187 stars 32 forks source link

Detection file generation. #3

Closed JchenXu closed 4 years ago

JchenXu commented 4 years ago

How can i generate the detection file (e.g., ./data/shelf/detection/0.txt) with my own dataset.

zhangyux15 commented 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& detections, const std::string& filename); to generate the file. My nms param and paf calculation strategy is same as official openpose.

MuggleWang commented 4 years ago

你好,可以给出一个脚本来得到paf score吗?或者可以介绍一下如何从openpose得到这些信息吗?这个得分好像是中间结果,我不知道应该如何从openpose中得到。谢谢~

879917820 commented 3 years ago

你好,可以给出一个脚本来得到paf score吗?或者可以介绍一下如何从openpose得到这些信息吗?这个得分好像是中间结果,我不知道应该如何从openpose中得到。谢谢~

你好,请问你现在知道如何得到paf score吗?谢谢~