-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regarding h36m image #81
Comments
Thank you for providing the details. But I've tried it by the code clip below and still have difference:
Can you give more details, like using Appreciate again for your patient reply. |
Hi, which method you use to save the image should not cause the problem. Is it possible that the timestamp of the frame you used is different from the example image? In addition, how large is the error quantitatively? Is the error large enough to affect the produced 2D key-point predictions? |
Thank you for your analysis. But here are some updates. I wonder if this drifting-remove evaluation is same to yours? |
It was similar. The wrong ground truth annotations indeed need some extra processing. Instead of removing them, the ground truth keypoints were moved to the centroid of the predicted keypoints for evaluation. |
Thank you for kindly providing 2D HRNet model.
Please let me raise an issue about reproducing 2D detection results.
I could not reproduce Average Joint Localization Error at 4.4 pixel, and i found the example image you provided is different with mine.
Red regions indicate inconsistent pixel value.
How I extract image from original video is to use ffmpeg with arguments
-hide_banner -loglevel error -nostats -i SrcVideoPath -q:v 1
,and I don't know why the image inconsistency occurs.
Can you share how you do that? That means to me a lot, appreciate in advance.
The text was updated successfully, but these errors were encountered: