Hello,
I'd like to use data augmentation in the 'Train Deep Learning Model' function. I use python and ArcGIS Pro 3.2. Unfortuntately, I cannot figure out how to do so. The documentation says 'The image will be randomly rotated (in degrees) by a probability (p). If degrees is a range (a,b), a value will be uniformly assigned from a to b. The default value is 30.0; 0.5.'. What does this mean? Does it mean that when given (20,80);1 the algorithm will rotate the image between 20 and 80 degrees with a probability of 1? I find this formulation potentially misleading.
What does "from a (20) to b (80)" and "uniformly" mean here? Also, the model report does not mention how the augmentation was finally performed, so I can only hardly test this in an experiment.
Thank you so much!