Image resizing and padding #2303
Unanswered
khanonenet
asked this question in
Q&A
Replies: 1 comment 1 reply
-
During training you can resize them automatically. Train the modelmodel.train(data='coco128.yaml', epochs=100, imgsz=640) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am starting out at Yolov8 and I need help. I have trained a custom Yolov8 and had resized my training images to 640x640 using Roboflow. I wan to know if YOLOV8 resizes the images to the required input size on its own when training or do I have to manually resize them. And if I have to manually resize them can some one guide me how to do so? My image sizes are 1920x1080. Thank you
Beta Was this translation helpful? Give feedback.
All reactions