We will apply the previously exported SavedModel on the Sentinel-1 and Sentinel-2 images.
At inference time, only the inputs for S1t, S2t−1 and S2t+1 are fed to the model. The input is not used anymore: we only care about retrieving the S2t image at the output of the model.
Another important point is the output used to retrieve S2t. As explained in section 12.2.2.1, computing the exact output of a fully convolutional model is one strategy to avoid blocking artifacts. For this purpose, we compute the exact output of the model in extracting the center of the final convolution output. We then remove 256 pixels from each side of the output tensor named prediction in the spatial dimensions. The ...
Get Deep Learning for Remote Sensing Images with Open Source Software now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.