eri24816 / Unity_Hydraulic_Erosion

0 stars 0 forks source link

Please release paper #1

Open JackWei0310 opened 4 years ago

JackWei0310 commented 4 years ago

Hi, thanks for showing codes, I saw you have many erosion algorithms. Can you share the algorithm reference or paper for deep learning?

eri24816 commented 3 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)