Geospatial information in the form of satellite imagery and its derived applications have wide reaching capabilites to optimise workflows and disrupt entire industries. The ability to capture geospatially accurate Very High Resolution (VHR) satellite images from anywhere on Earth gives analysts, CEOs, commanders, rescuers and researchers unparalleled insights and opens the doors to endless possibilities.
Browse the INCITE Library and download them all for FREE.
As climate change accelerates, the frequency and severity of flooding events are becoming increasingly alarming. In response, innovative tools like DoubleShot, developed by European Space Imaging in partnership with Umbra, are transforming flood management strategies. By combining the power of Very High Resolution (VHR) Synthetic Aperture Radar (SAR) and Optical satellite imagery, DoubleShot delivers a comprehensive, weather-independent solution for near real-time flood mapping and monitoring.
With the successful launch of Maxar Intelligence’s second set of WorldView Legion satellites, European Space Imaging (EUSI) will soon offer up to eight daily collection opportunities in key latitudes across Europe and North Africa – a number that will increase after the final WorldView Legion satellites are launched and all six satellites are operational.
The whole world is watching the Olympic Games in Paris with bated breath. But it’s not the first time the Summer Olympics have been held in Europe – 14 stadiums have been built across 10 countries, each of them unique and capturing the spirit of the cities that hosted them. Which one is your favourite?
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.
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.
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.
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.