Closed myasser63 closed 1 year ago
@myasser63 you do just as you said, replace load_mosaic() with load_mosaic9() in dataloaders.py, nothing else needed.
👋 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 ⭐!
Search before asking
Question
I want to activate mosaic9 instead of mosaic4. I have replaced
load_mosaic
toload_mosaic9
inget_item
function indataloader.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