Does feeding in a 640x480 image into a 300x300 SSDMobileNetV2 model reduce accuracy?
I am starting with a 2560x1440 image, which I then split into 12 distinct images of 640x480. The speed of this setup is great. Only 12 images to run through for each frame, but I am wondering about the accuracy.
I want accurate detections more than want speed.
Would I be better off configuring the camera to something square like 2160x2160 and then cropping down to a bunch of 300x300 images?
Would this improve accuracy overall?
Thanks!