Esri / raster-deep-learning

ArcGIS built-in python raster functions for deep learning to get you started fast.
Apache License 2.0
186 stars 87 forks source link

Export Deep Learning Tool , rotation angle parameter #37

Open Boukary opened 3 years ago

Boukary commented 3 years ago

I m using the Export Deep Learning tool to export image chips from ArcGIS Pro for training purposes. I use the Rotation Angle parameter to generate more augmented images. I use a polygon feature class to delineate the area where image chips will be created, so obviously, some of the rotated images are not created because they are not fully inside the delineated area.

Is it possible to know the rotation angle applied for each image chip?? if yes, how? (the world file associated with each image doesn’t have this info)

Thanks Abderrahim