SteganoGAN Versions Save

SteganoGAN is a tool for creating steganographic images using adversarial training.

v0.1.3

3 years ago
  • Cap dependencies in order to avoid outside changes that caused staganogan to malfunction.

Resolved Issues

  • Issue #50: Cap pillow and other dependencies.
  • Issue #55: Update reedsolo.

v0.1.2

5 years ago
  • Add option to work with a custom pretrained model from CLI and Python
  • Refactorize Critics and Decoders to match Encoders code style
  • Make old pretrained models compatible with new code versions
  • Cleanup unneeded dependencies
  • Extensive unit testing

v0.1.1

5 years ago
  • Add better pretrained models.
  • Improve support for non CUDA devices.

v0.1.0

5 years ago
  • SteganoGAN class which can be fitted, saved, loaded and used to encode and decode messages.
  • Basic command line interface that allow using pretrained models.
  • Basic and Dense pretrained models for demo purposes.