Hi,
I use the arcgis.learn.prepare_data for data augmentation. Then, I use show_batch to visualize the exported training samples with labels after data augmentation. However, I do not know the coordinate location of the samples on the raster imagery. How can I know this coordinate information of the samples along with labels? The reason I need to know the coordinate locations of the samples is to examine the changes of samples after applying data augmentation to choose suitable augmentation parameters.
Thank you.