posenet-pytorch
posenet-pytorch copied to clipboard
A PyTorch port of Google TensorFlow.js PoseNet (Real-time Human Pose Estimation)
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...
Thank you for sharing your great code. I have a few questions. I am new in this field. If you kindly answer my questions, I really appreciate it. 1) I...
The current demo implementation gives an `AssertionError` when no NVidia driver is found. I replaced `.cuda()` with `.to(device=torch.device('cuda' if torch.cuda.is_available() else 'cpu'))` so that the image and webcam demos can...
I'd like to use this code now. But when I run this code, I can get only 30~40fps in my pc. My pc has 1050 ti (geforce). Please let me...
Hello, I currently want to do a comparison experiments on Openpose vs Posenet vs Movenet vs Mediapipe blazepose. While doing my research, I found the tflite model provided in tensorflow...