When training a YOLOv5s model by specifying the image size, the image size should be the actual size of the images in the dataset or the size to which you want to resize before inputting them to the network?
I have images that have different sizes and I would like to resize them to 640, which would be the size of yolov5's input. This is already done automatically here https://github.com/ultralytics/yolov5 or not?