Default Augmentation when using the Train Mode #23611
Replies: 1 comment 3 replies
|
👋 Hello @NiklasHansen1993, thank you for your interest in Ultralytics 🚀! This is an automated response to help you get started, and an Ultralytics engineer will also assist you soon 😊. We recommend a visit to the Docs for new users where you can find many Python and CLI usage examples and where many of the most common questions may already be answered. If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us debug it. If this is a custom training ❓ Question (like your augmentation/training-settings question), please provide as much information as possible, including dataset image examples and training logs, and verify you are following our Tips for Best Training Results. In particular, please paste the portion of your training output where the augmentation arguments are printed, plus your exact train command/script and Join the Ultralytics community where it suits you best. For real-time chat, head to Discord 🎧. Prefer in-depth discussions? Check out Discourse. Or dive into threads on our Subreddit to share knowledge with the community. UpgradeUpgrade to the latest pip install -U ultralyticsEnvironmentsYOLO may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):
StatusIf this badge is green, all Ultralytics CI tests are currently passing. CI tests verify correct operation of all YOLO Modes and Tasks on macOS, Windows, and Ubuntu every 24 hours and on every commit. |
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone,
i'm very new to using Objectdetection and anything to do with coding in general. I've been training a few models on datasets consisting of Blood smear images in order to detect white blood cells. When starting the training with IMGSZ = 640
BATCH = 16
EPOCHS = 300
PATIENCE = 50
i get a long list of values for different augmentation arguments - does YOLO automatically apply augmentation for training if nothing else is specified? And is this reccommended?
Thank you in advance, Niklas
All reactions