rwightman / posenet-pytorch

A PyTorch port of Google TensorFlow.js PoseNet (Real-time Human Pose Estimation)
Apache License 2.0
307 stars 99 forks source link

Key point coordinate bounds #13

Open anilsathyan7 opened 3 years ago

anilsathyan7 commented 3 years ago

If I run image_demo.py the keypoint-coord values seems to be greater than 513 for the sample images of size 513? It seems, the scale is set to 1.0 by default and the input image to model is also an image of 513 size. So, how should we interpret a value greater than 513, say 520?