poseval icon indicating copy to clipboard operation
poseval copied to clipboard

Evaluation of multi-person pose estimation and tracking

Results 15 poseval issues
Sort by recently updated
recently updated
newest added

Hi, the recommended way to install poseval does not work locally. ``` (pose) C:\Users\admin\pose>pip install --no-cache https://github.com/svenkreiss/poseval.git Collecting https://github.com/svenkreiss/poseval.git Downloading https://github.com/svenkreiss/poseval.git - 205.0 kB 3.1 MB/s 0:00:00 ERROR: Cannot unpack...

Use `os.path.join` instead of `+`, to avoid possible path errors.

To avoid installation errors... ``` ERROR: Cannot unpack file /tmp/pip-unpack-uqvbv369/poseval.git (downloaded from /tmp/pip-req-build-6_q676pc, content-type: text/html; charset=utf-8); cannot detect archive format ERROR: Cannot determine archive format of /tmp/pip-req-build-6_q676pc ```

Hello @leonid-pishchulin , thanks for your eval tool. I have a Posetrack2018 submission and would like to submit to Posetrack2017 for comparison with other prior work. I can write another...

When both 'trackidxGT' and 'trackidxPr' are empty, the evaluation code will be broken. Running time error is shown: "IndexError: list out of range". And the error happened in "mh.compute(accAll[i],...)". For...

Hi @leonid-pishchulin thanks for your great repo. I got into this problems recently using your repo. So I was trying to evaluate using this repo and got these unexpected results:...

Could you please give a submission example on posetrack 2017 dataset. It seems that 2018 format is little different from it.

Hi, thank you for the effort you put in to creating this large-scale dataset. I would like to make fair comparisons to the papers presented in the PoseTrack workshops. Which...

Hi @leonid-pishchulin, is it need to include the position of head box in the prediction file as the format of groundtruth? My method does not perform head part detection and...