Open JackWei0310 opened 4 years ago
The hydraulic erosion algorithm in our code is a simplified version of the algorithm proposed in this paper: Fast Hydraulic and Thermal Erosion on the GPU (https://old.cescg.org/CESCG-2011/papers/TUBudapest-Jako-Balazs.pdf)
The deep learning-based erosion method is based on pix2pix in this paper: Image-to-Image Translation with Conditional Adversarial Networks (https://arxiv.org/abs/1611.07004)
Hi, thanks for showing codes, I saw you have many erosion algorithms. Can you share the algorithm reference or paper for deep learning?