This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Description
There's an issue where the model produces artifacts on the edges of the terrain.
This is due to zero padding being added to the terrain during some of the convolution operations.
This will get fixed soon. The padding for convolutions will be removed and the output of the model will get padding from the input terrain in order to match the original shape.