Classify Pixels Using Deep Learning

Classify Pixels Using Deep Learning


This tool runs a trained deep learning model on an input raster to produce a classified raster, and each valid pixel has an assigned class label.

If Use current map extent is checked, only the raster area that is visible in the current map extent will be analyzed. If it's not checked, the whole raster will be analyzed, even if it is outside the current map extent.

Choose image used to classify pixels


The input image to classify.

It can be an image service URL, a raster layer, or an image service layer.

Choose deep learning model used to classify pixels


The input deep learning package ( .dlpk) item.

The deep learning package is composed of the Esri model definition JSON file ( .emd), the deep learning binary model file, and optionally, the Python raster function to be used.

Specify deep learning model arguments


The function arguments are defined in the Python raster function class referenced by the input model. This is where you list additional deep learning parameters and arguments for experiments and refinement, such as a confidence threshold for adjusting the sensitivity.

The names of the arguments are populated by the tool from reading the Python module on the raster analysis server.

Result layer name


The name of the layer that will be created in My Content and added to the map. The default name is based on the tool name and the input layer name. If the layer already exists, you will be prompted to provide another name.

You can specify the name of a folder in My Content where the result will be saved using the Save result in drop-down box.