Hi everyone.
Is it possible to perform detections in the entire frame?
In testing, I'm feeding the standard 300x300 preview to mobilenet_ssd neural network and it works well.
But is it possible to feed a 16x9 frame or even THE_12_MP frame to the NN to perform the detection everywhere?
Do you have to convert the frame with image.manip? Does this squish the bigger image? And if that's the case, is the accuracy as good as when feeding a 1x1 image?
I hope my questions make sense.
Thank you very much in advance.
Cheers!