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)
python --version
): 3.7.3pip --version
): 20.0.2python -c "import torch; print(torch.__version__)"
): 1.0.0Description
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