Label | Explanation | Data Type |
Input Raster | The input image used to detect objects. It can be an image service URL, a raster layer, an image service, a map server layer, or an internet tiled layer. | Raster Layer; Image Service; Map Server; Map Server Layer; Internet Tiled Layer; String |
Input Model | The input model can be a file or a URL of a deep learning package (.dlpk) item from the portal. | File |
Output Name | The name of the output feature service of detected objects. | String |
Model Arguments (Optional) | The function model 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 fine tuning the sensitivity. The names of the arguments are populated by the tool from reading the Python module on the RA server. | Value Table |
Non Maximum Suppression (Optional) | Specifies whether non maximum suppression, where duplicate objects are identified and the duplicate feature with a lower confidence value is removed, will be performed.
| Boolean |
Confidence Score Field (Optional) | The field in the feature service that contains the confidence scores that will be used as output by the object detection method. This parameter is required when the Non Maximum Suppression parameter is checked. | String |
Class Value Field (Optional) | The name of the class value field in the feature service. If a field name is not specified, a Classvalue or Value field will be used. If these fields do not exist, all records will be identified as belonging to one class. | String |
Max Overlap Ratio (Optional) | The maximum overlap ratio for two overlapping features, which is defined as the ratio of intersection area over union area. The default is 0. | Double |
Processing Mode
(Optional) | Specifies how all raster items in a mosaic dataset or an image service will be processed. This parameter is applied when the input raster is a mosaic dataset or an image service.
| String |
Derived Output
Label | Explanation | Data Type |
Out Objects | The output feature service. | Feature Class |