Skip to content

nhgowtham/StyleGAN2ADA_data_scarce

Repository files navigation

StyleGAN2-ADA PyTorch for Grayscale Images

This repository is a fork & adaptation of

Why this repo?
The original NVlabs code only supports RGB (3-channel) inputs. Here we’ve modified it to work seamlessly on single-channel (grayscale) data by setting N_channel=1 throughout the network and data pipelines.


Acknowledgements

Data & Checkpoints

All pretrained models, training checkpoints, and supporting data for this project are hosted on Google Drive. You can download them here:

Note: After downloading, place the contents in ./checkpoints/ (or whatever path your training scripts expect), e.g.:

mkdir -p checkpoints
cp ~/Downloads/your_downloaded_files/* checkpoints/

Citation

If you use this dataset or code, please cite our Zenodo release:

DOI

@dataset{nimmal_haribabu_2025_15670394,
  author       = {Nimmal Haribabu, Gowtham},
  title        = {Exploring StyleGAN2-ADA for titanium alloy
                   microstructure generation
                  },
  month        = jun,
  year         = 2025,
  publisher    = {Zenodo},
  doi          = {10.5281/zenodo.15670394},
  url          = {https://doi.org/10.5281/zenodo.15670394},
}

About

Code repository for article- including code from original StyleGAN2-ADA and also codes used to analyze images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors