Image Environment Deployment

When using remote sensing functionality for the first time, you need to configure the Remote Sensing Resource Package in the base software. The package provides global DEM Data (90m), global elevation correction data, atmospheric correction lookup tables, deep learning models and their runtime libraries. Note the following during configuration:

  • No deployment required if using the installation package. For portable packages, follow the environment deployment requirements below.
  • AI model runtime libraries in /bin folder and /dlmodel folder can be omitted if not using AI-related functions (e.g., cloud detection; building detection in "generate tie points" and "generate ground control points"; CLNET dense matching algorithm in "Generate DSM", "Generate DEM" and point cloud generation; UNETF filtering algorithm in "Filter DSM").
  • /atmospheric_correction_LUT folder contents can be omitted if not using atmospheric correction functions.
  • Recommended to run AI models on environments with qualified standalone graphics cards.

Resource Package Overview

  • atmospheric_correction_LUT: Stores lookup tables for atmospheric correction
  • bin: AI model runtime libraries
  • dem: Global 90m resolution SRTMV4 data
  • dlmodel: Deep learning models
    • Buliding.pt: Model for building area detection during image matching (coarser)
    • Building_Precise.pt: Model for building area detection in image classification (more precise)
    • Cloud.pt: Model for cloud detection
    • DeepFT.pt: Model for image matching
    • HFFNet_CPU.pt: Model for dense matching in CPU environments
    • HFFNet_CuDA.pt: Model for dense matching in CUDA environments
    • UNetF.pt: Model for Filter DSM
  • geoid_model: Global 2.5′ resolution elevation correction data (2008)
  • water: Global water mask data
    • Water.udbx: Used to automatically ignore water areas during image matching
  • resources_rs_readme: Resource package feature description document

Resource Package Configuration Guide

  1. Extract the resource package folder to the current directory
  2. Copy the bin folder to SuperMap ImageX product package, merging with the product package/bin folder
  3. Copy atmospheric_correction_LUT, dlmodel, dem, geoid_model, and water folders to product package\bin\Resource\RemoteSensing

Related Topics

Product Info

License Configuration