This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Quantized pose estimation/object detection models #20728
Unanswered
LewsTherin511
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a script to run pose estimation on the video stream from a camera, and I wanted to try improving the inference speed. Currently, I'm using:
And this the code I'm using.
I wanted to try a quantization of these models and I was referring to this page.. So, I tried something like this:
But it's returning the error:
In the page I linked, it's specified that 'data_shapes' should be a "List of DataDesc, required if calib_data is not provided". How am I supposed to use it precisely?
Beta Was this translation helpful? Give feedback.
All reactions