Esri / deep-learning-frameworks

Installation support for Deep Learning Frameworks for the ArcGIS System
448 stars 110 forks source link

Export Deep Learning Tool , rotation angle parameter #8

Closed bouziady closed 3 years ago

bouziady 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)

sang4758 commented 3 years ago

We do not write out the rotation angle for each image chip. Keep in mind when training , the training tool also creates random augmented images in memory for training.