eugeneloza/decoherence

Neural network map generation

Opened this issue · 3 comments

This looks like amazing terrain generation algorithm, if it meets speed criteria and will contain negligible amount of artefacts. There is a ready neural network specifically designed for that sort of thing in FreePascal and 30 arc minutes elevation datasets for USA and some other countries terrain (some are even down to 3 arc minutes).

post here links to the datasets and github repo.

Neural network: https://forum.lazarus.freepascal.org/index.php/topic,39049.0.html
See also: http://forum.lazarus.freepascal.org/index.php/topic,39305.msg270916.html
DEM datasets for neural network training: https://gisgeography.com/free-global-dem-data-sources/
If this one succeeds, then it's supercool :D Otherwise it'll be at least fun.

Also should inquire about the NN code license, as it's not explicitly specified.

The license is currently "GNU General Public License version 2.0 (GPLv2)".

Should be fine.