-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About mAP #111
Comments
Thanks for your interest! Could you please provide more details? Do you use the updated checkpoints? The updated checkpoints include the training hyperparameters. May that have an impact? |
I did not use pre-trained models and all networks were trained from scratch. |
My results are also not as good as YOLOv5. I used the YOLOv10-x model and the DOTAv1 dataset. Some other settings are as follows, most of which are default. |
@Godk02 @Sunny20236 Thanks.
|
I also use 10x as well. Training from scratch. The mAP is lower than Yolo5. |
@Sompote @Godk02 @Sunny20236 Hello, For training YOLOV8 and later custom dataset creation is bit tricky, since Yolo have changed the learning process. in my experience later models needs more data on the classes as well as you should have at least 10% of your images backgrounds for various scenarios your model will encounter later(the biggest issue in the later models is that the models often predict the background as the class. |
@salwaghanim Thanks for your detailed explanation and great help! Could you please provide more details about that image resizing is different while training and inference in yolov10? We thought that yolov10 and yolov8 have the same process regarding the image resizing during training and inference. Besides, regarding that yolov8 is better when dealing with smaller or far objects, do you tune the different threshold for yolov10 like in #100 (comment)? Thanks a lot!
|
My results are also not as good as YOLOv5. I tried the YOLOv10-s model on custom dataset. |
I created the yolov10 virtual environment as officially given and trained my dataset from scratch with v10-x and the mAP is not even as good as v5?
The text was updated successfully, but these errors were encountered: