Skip to content

Implementation of Generative Adversarial Network for equirectangular panorama generation

License

Notifications You must be signed in to change notification settings

Dok11/nn-gan-panoramo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nn-gan-panoramo

Implementation of Generative Adversarial Network for equirectangular panorama generation

Project structure

/data/train*.npz - File with Numpy array of images with 128x64x1 dimension
/images - Presentation of images with training result at several epochs
/train-images - Dataset with panorama images (jpg) with 640x320x3
/gan.py - GAN based on dense layers for generation panorama images 128x64x1
/gan_src.py - GAN based on dense layers for MNIST digits generation 28x28x1. Copy from https://raw.githubusercontent.com/eriklindernoren/Keras-GAN/master/gan/gan.py
/prepare-data.py - Script for creation npz file with images from /images

About

Implementation of Generative Adversarial Network for equirectangular panorama generation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages