-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
I have tried the python code based on the README.MD file
It encodes the input.png file successfully but the decode gets an error.
ValueError: invalid literal for int()
Need help to solve this issue and how to use the steganogan properly.
Thank you in advance.
Below is the python code:
from steganogan import SteganoGAN
steganogan = SteganoGAN.load(architecture='dense')
steganogan.encode('research/Input.png', 'research/Output.png', 'This is a super secret message!')
steganogan.decode('research/Output.png')
'This is a super secret message!'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels