ultralytics / yolov5

YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
50.58k stars 16.31k forks source link

Mosaic9 #10116

Closed myasser63 closed 1 year ago

myasser63 commented 1 year ago

Search before asking

Question

I want to activate mosaic9 instead of mosaic4. I have replaced load_mosaic to load_mosaic9 in get_item function in dataloader.py but still getting mosaic4. How can I use mosaic9?

I also want to use cutout from augementations.py how to activate it?

Additional

No response

glenn-jocher commented 1 year ago

@myasser63 you do just as you said, replace load_mosaic() with load_mosaic9() in dataloaders.py, nothing else needed.

github-actions[bot] commented 1 year ago

👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs.

Access additional YOLOv5 🚀 resources:

Access additional Ultralytics ⚡ resources:

Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!

Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐!