ultralytics / ultralytics

NEW - YOLOv8 🚀 in PyTorch > ONNX > OpenVINO > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
28.34k stars 5.64k forks source link

shuffle my own dataset #15846

Open microchila opened 2 weeks ago

microchila commented 2 weeks ago

Search before asking

Question

Does ultralytics have an automatic go to shuffle operation during training?

Additional

No response

JastegSingh19 commented 2 weeks ago

Yes, during the training ultralytics shuffle before every epochs

microchila commented 2 weeks ago

@JastegSingh19 Is mosaic the data enhancement method that shuffles the image?