Label | Explanation | Data Type |
Target Point Cloud
| The point cloud that will be classified. | LAS Dataset Layer |
Input Model Definition
| The input Esri model definition file (*.emd) or deep learning package (*.dlpk) that will be used to classify the point cloud. A web address for a deep learning package that is published on ArcGIS Online or ArcGIS Living Atlas can also be used. | File; String |
Target Classification
| The class codes from the trained model that will be used to classify the input point cloud. All classes from the input model will be used by default unless a subset is specified. | String |
Existing Class Code Handling
(Optional) | Specifies how the editable points from the input point cloud will be defined.
| String |
Existing Class Codes
(Optional) | The classes for which points will be edited or have their original class code designation preserved based on the Existing Class Code Handling parameter value. | Long |
Compute statistics (Optional) | Specifies whether statistics will be computed for the .las files referenced by the LAS dataset. Computing statistics provides a spatial index for each .las file, which improves analysis and display performance. Statistics also enhance the filtering and symbology experience by limiting the display of LAS attributes, such as classification codes and return information, to values that are present in the .las file.
| Boolean |
Processing Boundary
| The polygon boundary that defines the subset of points to be processed from the input point cloud. Points outside the boundary features will not be evaluated. | Feature Layer |
Update pyramid
(Optional) | Specifies whether the LAS dataset pyramid will be updated after the class codes are modified.
| Boolean |
Reference Surface
(Optional) | The raster surface that will be used to provide relative height values for each point in the point cloud data. Points that do not overlap with the raster will be omitted from the analysis. | Raster Layer |
Excluded Class Codes
(Optional) | The class codes that will be excluded from processing. Any value in the range of 0 to 255 can be specified. | Long |
Batch Size
(Optional) | The point cloud data blocks that will be simultaneously processed by the neural network during the inferencing operation. When no value is specified, the optimal batch size will be calculated based on the available GPU memory. The amount of GPU memory used by a given block depends on the block point limit and point cloud attributes required by the model. | Long |
Derived Output
Label | Explanation | Data Type |
Output Point Cloud | The point cloud that was classified by the deep learning model. | Feature Layer |