Is it possible to run the training script with a custom image size? e.g 608 x 152?
From train.py command line option we have --img_size IMG_SIZE available, but it seems that it does not accept non-square image sizes? Is there any way to train with the custom image size?
Is it possible to run the training script with a custom image size? e.g 608 x 152?
From
train.pycommand line option we have--img_size IMG_SIZEavailable, but it seems that it does not accept non-square image sizes? Is there any way to train with the custom image size?