mmskeleton icon indicating copy to clipboard operation
mmskeleton copied to clipboard

open pose key points

Open JonnoNield opened this issue 2 years ago • 1 comments

why do you divide key points by these values? eg:

        for x in range(len(pose_list)):
            if x%2 == 0:
                pose_list[x] = round(pose_list[x]/1920, 3)
            else:
                pose_list[x] = round(pose_list[x]/1080, 3)

thanks

JonnoNield avatar Nov 25 '21 09:11 JonnoNield

I think they normalize the X and Y coordinates according to the width and height of the image.

thancaocuong avatar Aug 25 '22 06:08 thancaocuong