Closed achalshah20 closed 6 years ago
Each row of the output file has 32 numbers for the positions of 16 key points. (x1, y1, x2, y2....).
What are these keypoints? Is there any mapping to order of x,y indices?
Can you share the visualization code which you used to show these 16 keypoints as cuts shown in paper. Thanks!
So, I wrote the modified version of vis_annotation.py file(from dataset) which is enough to visualize these keypoints. Thanks!
@achalshah20 to which vis_annotation.py file are you referring?
Hi, I just run inference on some random images using evaluate_pose_JPPNet-s2.py. I got output file with some numbers. Can you please tell me what these numbers are?
P.S. If these are pixel locations then please let me know if there is a pattern to connect these pixel to draw lines like in your paper.
Is there any way I can visualize this like you did in your paper? Thanks !