Target Detection

Instructions for Use

Similar to the target detection task in computer vision, target detection for remote sensing imagery involves using deep learning algorithms to automatically determine and identify the category and location of one or more targets within the imagery. The results are marked and output in the form of vector bounding boxes, facilitating the identification of target type and location. The target detection function features fast detection speed and relatively high accuracy, and is commonly used to quickly determine the quantity and location of different categories of targets within imagery, among other geographic information.

Parameter Description

  • Source DatasetSelect the imagery requiring target detection. Supports both dataset and folder types.

    • If the file type is set to Dataset, it supports input of file-based image data (e.g., *.tif, *.img, etc.), image datasets, and mosaic datasets.

    • If the file type is set to Folder, you need to input the image folder path. 

Notes:
  • Only supports 8-bit unsigned format imagery.
  • Supports three-band and multi-band imagery (imagery containing 4 or more bands), and the band order of the imagery must be consistent with the sample images used during model training.
  • Target detection supports single-band and three-band SAR image data.
  • Model File:Select Model File (*.sdm).

  • Probability Threshold:For each detected object, the system calculates a probability indicating how well it matches the target features. The detection result only saves objects with a score above this value. The default is 0.5.
  • Deduplicate Threshold:The system generates multiple candidate bounding boxes for detected objects within a single image and assigns probability scores to each. The optimal box is determined after applying the Non-Maximum Suppression (NMS) algorithm. Candidate boxes with an Intersection over Union (IoU) overlap with the optimal box greater than the deduplicate threshold are removed. The deduplicate threshold is generally between 0.3 and 0.7, with a default of 0.3.

Illustration of Probability Threshold and Deduplicate Threshold Parameters

Related Topics

Training Data Generation

Model Training

Model Evaluation