├── GAN ├── example_run_output.py ├── example_run_training.py ├── multipassGAN-4x.py ├── multipassGAN-8x.py └── multipassGAN-out.py ├── LICENSE ├── README.md ├── datagen ├── gen_mul_data.py └── gen_sim_grow_slices_data.py ├── resources ├── in175b.jpg ├── out_2_175b.jpg └── teaser5.png └── tools_wscale ├── GAN.py ├── fluiddataloader.py ├── flushmem.py ├── old ├── fluiddataloader.py └── tilecreator_t.py ├── paramhelpers.py ├── tilecreator2_test2.py ├── tilecreator_t.py └── uniio.py /GAN/example_run_output.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/GAN/example_run_output.py -------------------------------------------------------------------------------- /GAN/example_run_training.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/GAN/example_run_training.py -------------------------------------------------------------------------------- /GAN/multipassGAN-4x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/GAN/multipassGAN-4x.py -------------------------------------------------------------------------------- /GAN/multipassGAN-8x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/GAN/multipassGAN-8x.py -------------------------------------------------------------------------------- /GAN/multipassGAN-out.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/GAN/multipassGAN-out.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/README.md -------------------------------------------------------------------------------- /datagen/gen_mul_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/datagen/gen_mul_data.py -------------------------------------------------------------------------------- /datagen/gen_sim_grow_slices_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/datagen/gen_sim_grow_slices_data.py -------------------------------------------------------------------------------- /resources/in175b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/resources/in175b.jpg -------------------------------------------------------------------------------- /resources/out_2_175b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/resources/out_2_175b.jpg -------------------------------------------------------------------------------- /resources/teaser5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/resources/teaser5.png -------------------------------------------------------------------------------- /tools_wscale/GAN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/tools_wscale/GAN.py -------------------------------------------------------------------------------- /tools_wscale/fluiddataloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/tools_wscale/fluiddataloader.py -------------------------------------------------------------------------------- /tools_wscale/flushmem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/tools_wscale/flushmem.py -------------------------------------------------------------------------------- /tools_wscale/old/fluiddataloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/tools_wscale/old/fluiddataloader.py -------------------------------------------------------------------------------- /tools_wscale/old/tilecreator_t.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/tools_wscale/old/tilecreator_t.py -------------------------------------------------------------------------------- /tools_wscale/paramhelpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/tools_wscale/paramhelpers.py -------------------------------------------------------------------------------- /tools_wscale/tilecreator2_test2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/tools_wscale/tilecreator2_test2.py -------------------------------------------------------------------------------- /tools_wscale/tilecreator_t.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/tools_wscale/tilecreator_t.py -------------------------------------------------------------------------------- /tools_wscale/uniio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxwerhahn/Multi-pass-GAN/HEAD/tools_wscale/uniio.py --------------------------------------------------------------------------------