ultralytics / yolov3

YOLOv3 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
10.2k stars 3.45k forks source link

Large object detection is not so accurate? #1542

Closed xyl3902596 closed 3 years ago

xyl3902596 commented 4 years ago

When I used yolov3 code to train my custom dataest, I met a very strange problem. The result of small object looks well, but large object whose wh is near the wh of the images looks not well, even on train dataset. I have used mosaic augumentation. I want know why? Looking forward to your reply. Many Thanks! large object 4_4_864 small object 6_11_96

github-actions[bot] commented 4 years ago

Hello @xyl3902596, thank you for your interest in our work! Ultralytics has open-sourced YOLOv5 at https://github.com/ultralytics/yolov5, featuring faster, lighter and more accurate object detection. YOLOv5 is recommended for all new projects.



To continue with this repo, please visit our Custom Training Tutorial to get started, and see our Google Colab Notebook, Docker Image, and GCP Quickstart Guide for example environments.

If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.

If this is a custom model or data training question, please note that Ultralytics does not provide free personal support. As a leader in vision ML and AI, we do offer professional consulting, from simple expert advice up to delivery of fully customized, end-to-end production solutions for our clients, such as:

For more information please visit https://www.ultralytics.com.

xyl3902596 commented 4 years ago

I find that if I don't use mosaic augmentation, it works well. It shows that mosaic augemntation isn't suitable for every dasaset, at least this case. 4_3_912

glenn-jocher commented 4 years ago

@xyl3902596 in YOLOv5 mosaic probability is a hyperparameter you can vary to suit your needs.

xyl3902596 commented 4 years ago

@glenn-jocher Thanks for your reply

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

glenn-jocher commented 11 months ago

@xyl3902596 you're welcome! If you have any other questions or need further assistance, feel free to ask.