Hello,
I'm using U-net for land use and land cover classification in ArcGIS Pro with the following workflow:
1. Create a training dataset from an image scene and export annotated image chips using the "Export Training Data for Deep Learning" tool.
2. Train a CNN (U-net) model using the "Train Deep Learning Model" tool with the dataset from Step 1.
I want to know if it's possible to create and use multiple training datasets from different image scenes to train the CNN model. Currently, I can only produce one train data folder (includes "images", "labels", esri_accumulated_stats.json, esri_model_definition.emd, etc) from a single scene, and use only one such train data folder in " Training Deep Learning Model". My current trained model is not very accurate due to insufficient train data only from one scene. How can I diversify my training datasets by producing multiple train data folders and use them all at one time in " Training Deep Learning Model"? Please advise. Thank you.