guides/preprocessing_annotated_data/ #17639
Replies: 5 comments 10 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
👋 Hello, thank you for your interest in Ultralytics 🚀! It looks like you're diving into data preprocessing techniques for annotated computer vision data. That's a great step for optimizing your model training! Make sure to explore the guides as they provide essential information on resizing, normalizing, augmenting, and splitting datasets. If you encounter any issues or have questions while following the guide, feel free to provide additional context or details. An Ultralytics engineer will be along shortly to assist you further. If this is a 🐛 Bug Report related to the documentation, please provide a minimum reproducible example, as it greatly aids in debugging the problem. For real-time chat and quick questions, join us on Discord 🎧. Alternatively, participate in in-depth discussions on Discourse or share your thoughts on our Subreddit. UpgradeBefore diving into any resolution steps, ensure you're using the latest version of the pip install -U ultralytics EnvironmentsConsider running YOLO in one of the following verified environments with pre-installed dependencies:
StatusCheck this badge to verify if all Ultralytics CI tests are passing. Happy coding! 🎉 |
Beta Was this translation helpful? Give feedback.
-
hi, |
Beta Was this translation helpful? Give feedback.
-
@glenn-jocher Hello, I hope you are doing well. I have a question regarding my object detection dataset. I’m facing an issue with class imbalance. As a potential solution, I’m considering applying data augmentation, but I would like to apply it only to specific underrepresented classes, rather than to the entire dataset. Could you please advise on how to implement class-specific augmentation techniques when working with YOLO? Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hi, wanted to visualize the dataset from ultralytics dataloader (before it passed to the model or architecture), is there any samples for the same? wanted to visualize both data and augmented data with labels on them. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
guides/preprocessing_annotated_data/
Learn essential data preprocessing techniques for annotated computer vision data, including resizing, normalizing, augmenting, and splitting datasets for optimal model training.
https://docs.ultralytics.com/guides/preprocessing_annotated_data/
Beta Was this translation helpful? Give feedback.
All reactions