amoodie / StratGAN

Coupling a generative adversarial network with image quilting to produce basin-scale realizations of fluvial stratigraphy.
MIT License
10 stars 2 forks source link

implement the dupont conditioning algorithm for EACH patch #19

Closed amoodie closed 4 years ago

amoodie commented 5 years ago

in the quilting process, redo the DuPont conditioning optimization for each patch before realizing, then I can generate many realization in parallel from that single conditioning.

could also repeat a few times (iterate over the image) to make sure that everything matches well.

amoodie commented 4 years ago

this has been resolved for a while, since #20