DAI-Lab / SteganoGAN

SteganoGAN is a tool for creating steganographic images using adversarial training.
MIT License
304 stars 85 forks source link

Steganogan failed to decode #63

Open Sukriti-varma06 opened 4 years ago

Sukriti-varma06 commented 4 years ago

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 commented 3 years ago

Hi, did you fix the issue ?