You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trained a model for object detection simple feeding the raw inputs to the network. So the input pixels are in 0 to 255 range.
When the model is running in GAP8, can i feed these raw pixel values directly? Or otherwise do i need to explicitly quantized these to a particular range? (i hope it's just reducing 128)
Also how can i dequantize the model outputs from GAP8?
With ReadImageFromFile we can read images. But how can I read the .npy file into the c run the file because my data is not images?
The text was updated successfully, but these errors were encountered:
gwgknudayanga
changed the title
How the input images should be quantized before feeding to the model when executing in GAP8
How the input images should be quantized before feeding to the model and how the model outputs should be dequantized when executing in GAP8
Oct 9, 2024
Hi,
I trained a model for object detection simple feeding the raw inputs to the network. So the input pixels are in 0 to 255 range.
When the model is running in GAP8, can i feed these raw pixel values directly? Or otherwise do i need to explicitly quantized these to a particular range? (i hope it's just reducing 128)
The text was updated successfully, but these errors were encountered: