CHANGE DEFAULT AUGMENTATION VALUES VIA YOLO PACKAGE #2427
Replies: 1 comment
-
@edanurkamaci hello! To integrate custom augmentations using the Albumentations library with your YOLOv8 model created by the Once you've defined your custom augmentations in the Albumentations format, you can reference them in your configuration file under the appropriate section. Make sure that the augmentations you define are compatible with the YOLOv8 model's expectations. After updating your configuration file, you can pass it to the For more detailed instructions on how to customize your training configuration, please refer to the Ultralytics Docs, specifically the section on training. Keep in mind that while customizing augmentations, it's important to ensure they are suitable for the object detection task and that they do not negatively impact the model's ability to learn from your dataset. Happy training! 😊🚀 |
Beta Was this translation helpful? Give feedback.
-
Hi I wanted to augment my dataset using augment class which has albumentation operations with yolo package. I did it but I do not know how to integrate it to my model created by YOLO(..) function. Can you help me with that. I do not wanna clone github code, I am just trying to figure out to how to deal with it by using package
Beta Was this translation helpful? Give feedback.
All reactions