Multispectral & Hyperspectral Access to the most spectral bands so you can see beyond the naked eye. hundreds of band combinations 8 Multispectral bands…

AEC

Satellite Imagery For Architecture, Engineering & Construction Insights to build better cities Enhance Site Selection Utilise cutting edge data to ensure optimal infrastructure building…
wORLDVIEW-3 WorldView-3 was launched on August 13 2014, and truly set a new standard for commercial satellites in-orbit. With 29 spectral sensors on-board, the…
Satellite Imagery For Civil Government See The Best Way Forward Automated Mapping VHR imagery combined with Artificial Intelligence reduces the need for GIS specialists…
Satellite Imagery For Agriculture &Forestry Optimising Crops With Precision imagery Evaluate vegetation health Valuable multispectral bands allow in-depth analysis of plant and soil conditions…
Industry Applications Geospatial information in the form of satellite imagery and its derived applications have wide reaching capabilites to optimise workflows and disrupt entire…
Satellite sensors captured unique architecture, breathtaking nature and centuries of history. Explore the Colloseum, La Sagrada Familia, the Leaning Tower of Pisa, and other…
Imagery Basemaps The foundation for large scale mapping Free Samples Seamless Global Imagery Cost Efficient Pay only for your AOI at a competitive price…

Architecture of ResNet34-UNet model

UNet architecture for semantic segmentation with ResNet34 as encoder or feature extraction part. ResNet34 is used as an encoder or feature extractor in the contracting path and the corresponding symmetric expanding path predicts the dense segmentation output.

Architecture of VGG16-UNet model

UNet architecture for semantic segmentation with VGG16 as the encoder or feature extractor. VGG16 is used as an encoder or feature extractor in the contracting path and the corresponding symmetric expanding path predicts the dense segmentation output.

Architecture of ResNet34-FCN model

In this model, ResNet34 is used for feature extraction and the FCN operation remains as is. The feature of ResNet architecture is exploited where just like VGG, as the number of filters double, the feature map size gets halved. This gives a similarity to VGG and ResNet architecture while supporting deeper architecture and addressing the issue of vanishing gradients while also being faster. The fully connected layer at the output of ResNet34 is not used and instead converted to fully convolutional layer by means of 1×1 convolution.

Architecture of VGG16-FCN model

In this model, VGG16 is used for feature extraction which also performs the function of an encoder. The fully connected layer of the VGG16 is not used and instead converted to fully convolutional layer by means of 1×1 convolution.

X