How to implement PoseNet inside SSDSample? #387
Replies: 2 comments 13 replies
-
@gedewidiastawan Yes, it's possible to run PoseNet and SSD inferences using a shared texture. The latest camera texture is passed as a parameter in the If you want to try more optimization, |
Beta Was this translation helpful? Give feedback.
-
@asus4 I have another question, the poses point is in normalize number right, it's between 0 - 1. I need a number in pixel, my purpose is to get the shoulder width. Here are my code:
The shoulderWidth i think is in normalized value between 0 - 1, it's possible to convert to pixel? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a project for detecting an ID Card and also the body pose.
I just want to make sure, it's possible to implement PoseNet inside SSDSample.cs and use same texture resource? PoseNet have their example implementation called PoseNetSample, but i want implement PoseNet and SSD with one and same texture.
Beta Was this translation helpful? Give feedback.
All reactions