StuffyMonkey

Results 4 issues of StuffyMonkey

https://github.com/open-mmlab/mmsegmentation/blob/master/docs/dataset_prepare.md#prepare-datasets page not found.

I've reproduced steps like here https://github.com/ultralytics/ultralytics/issues/8942, but after initialization of the model - there is no difference in architecture with default one. ``` from ultralytics import YOLO model = YOLO(model='yolov10l')...

`ultralytics/cfg/default.yaml` contains augmentations hyperparameters with short explanation. However some of them is not clarified enough. For example I'm especially interested in `scale` parameter. According to Albumentations standard it could be...