I am trying to train custom object classifier in Darknet YOLO v2 https://pjreddie.com/darknet/yolo/
I gathered a dataset for images most of them are 6000 x 4000 px and s
You do not need to resize the images, you can directly change the values in darknet.cfg
file.
darknet.cfg
(yolo-darknet.cfg) file, you can allcfg
file images dimensions are (416,416)->(weight,height), you can change the values, so that darknet will automatically resize the images before training.