SteganoGAN icon indicating copy to clipboard operation
SteganoGAN copied to clipboard

Steganogan failed to decode

Open Sukriti-varma06 opened this issue 5 years ago • 1 comments

  • SteganoGAN version: 0.1.3
  • Python version (output of python --version): 3.7.3
  • Pip version (output of pip --version): 20.0.2
  • PyTorch version (output of python -c "import torch; print(torch.__version__)"): 1.0.0
  • Operating System: Windows

Description

Steganogan model failed to decode the message from 18,655 images out of 20,000 tested. ("Failed to find message" as output) Encoded all images using Steganogan. All are png images of various sizes ranging from 0.45 KB to 1.72 MB. Message used for encoding ranges from 1 to around 20 lines.

What I Did

model = steganogan.SteganoGAN.load('dense')
model.encode(image_path, output_path, payload)
model.decode(output_path)

Sukriti-varma06 avatar Aug 14 '20 06:08 Sukriti-varma06

Hi, did you fix the issue ?

hugojcqs avatar Jul 02 '21 13:07 hugojcqs