Replies: 1 comment 5 replies
-
👋 Hello @SHtiyar, thanks for reaching out and for using Ultralytics 🚀! This is an automated response to help you get started. An Ultralytics engineer will also assist you here soon. For general guidance, please check the Docs where you’ll find many helpful examples for training and usage:
If this is a 🐛 Bug Report, please include a minimum reproducible example (MRE) to help us debug: https://docs.ultralytics.com/help/minimum-reproducible-example/ If this is a custom training ❓ Question (e.g., improving minority class performance in YOLO11n), please share:
Join the Ultralytics community where it suits you best:
UpgradePlease upgrade to the latest ultralytics package with all requirements in a Python>=3.8 environment with PyTorch>=1.8 to ensure you benefit from the latest fixes and features: pip install -U ultralytics Requirements: https://github.com/ultralytics/ultralytics/blob/main/pyproject.toml EnvironmentsYOLO can be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):
Status
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i already train my model, because my dataset are inbalance so i use data augmentation to try to balanced the datasets, and after finised the training the performance for minor class is pretty bad under 50%, is there any possible way to do custom weighned class to improve the performance for minor class?
Beta Was this translation helpful? Give feedback.
All reactions