Closed samahwaleed closed 1 year ago
@samahwaleed
The color and blur augmentations are disabled by default. You need to pass --use-train-aug
to the training script to enable it. Mosaic augmentations are always applied by default. In case you don't want to use any augmentation, you need to pass the command similar to the following:
python train.py --no-mosaic <rest of the command>
Thank you Sir,
Welcome
I want to disable the image augmentation, could you please show me how!
Thank you!