google-coral / tflite

Examples using TensorFlow Lite API to run inference on Coral devices
https://coral.withgoogle.com
Apache License 2.0
182 stars 68 forks source link

posenet using tflite #35

Closed ctippur closed 3 years ago

ctippur commented 4 years ago

Hello,

I am interested in using posenet to extract points of reference. I followed the methodology described Here. I took a video of myself as being stationary. The reference points I got seem to be quite dynamic (contrary to my hypothesis). For example, the nose and the eyes seem to have moved in both horizontal and vertical planes.

Wondering if you can give some pointers to improve the accuracy. As an initial test, I have a 30 FPS video with me being stationary for 10 seconds and I would like to see the generated coordinates without much variation.

Thanks, S

Namburger commented 4 years ago

@ctippur Thanks for reaching out! The issues seems to be caused by the model's accuracy, which wont be modifiable since it's already in tflite format. We actually have a similar project here which proven results and is targeted for edgetpu platform if you want to check it out instead? https://github.com/google-coral/project-posenet

manoj7410 commented 3 years ago

Is this still an issue for you ?

manoj7410 commented 3 years ago

Marking it as closed due to lack of activity. Feel free to reopen if this issue still persists.