Pix2Pix and CycleGAN generative adversarial networks (GANs) to convert thermal to visible images using TensorFlow
Stars
10
Forks
3
Watchers
10
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
133
commits
updated description for latest results and including OneDrive data links
5cd2f63View on GitHubupdated to include new Pix2Pix results using (512x512) images and images that include preprocessing
abb679eView on GitHubswapped tf.data.shuffle for random.sample since former required loading all images in memory, which wouldn't work with img-size==(512,512)
a849ee3View on GitHubupdated matched example images after new preprocessing techniques
4b9c2c0View on GitHubupdated for new image preprocessing including histogram equalization, gaussian blurring to reduce noise in thermal image, and sharpening of thermal image
54f45ccView on GitHubupdated with table of contents. Also updated the chronological order of sections
8a42d38View on GitHubupdated with section on evaluating performance, history summary, and todos
68649aeView on GitHubswitched back to default learning rate of TensorFlow tutorial and original Pix2Pix paper
91c4046View on GitHub