Closed xyl3902596 closed 3 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.
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.
@xyl3902596 in YOLOv5 mosaic probability is a hyperparameter you can vary to suit your needs.
@glenn-jocher Thanks for your reply
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.
@xyl3902596 you're welcome! If you have any other questions or need further assistance, feel free to ask.
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 small object