Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Steganogan failed to decode #63

Open
Sukriti-varma06 opened this issue Aug 14, 2020 · 1 comment
Open

Steganogan failed to decode #63

Sukriti-varma06 opened this issue Aug 14, 2020 · 1 comment

Comments

@Sukriti-varma06
Copy link

  • 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)
@hugojcqs
Copy link

hugojcqs commented Jul 2, 2021

Hi, did you fix the issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants