Hi,
I am working with yolov8 nowadays. i saw the input size is 640x352 and you choose it. Could you explain about it for me? such as why you choose 640x352. and we train our model with 512x512 then do i need to change it to 640x352??
<what i checked on your documents>
https://docs.luxonis.com/software/ai-inference/integrations/yolo
Open the tools in a browser of your choice. Then upload the downloaded yolov6n.pt
weights and set the Input image shape
to 640 352
(we choose this input image shape as the aspect ratio is close to 16:9 and throughput and latency are still decent). The rest of the options are left as they are.
Best regards,
Ryan.