Closed SINDHUN97 closed 4 years ago
Hello @SINDHUN97, we have made a new release that may solve the issue that you are facing.
Can you try to install it again and run the example in the README. If you are using pip
make sure to use: pip install steganogan=0.1.3
, this will install force to install the latest version. I would recommend you to use a new virtualenv
this way it will install everything from scratch.
If your problem persists:
Pillow
version is 6.2.2 (you can run pip install pillow==6.2.2
).reedsolo
version is 0.3
(you can run pip install reedsolo==0.3
).Let us know if you were able to solve it or not.
Hi @pvk-developer , Thanks for the response and this new release is working.
hello sir sir we train this model on DIV2k dataset on 100 epocs and encoding is also done perfectly but in decoding it says failed to find message why?
python --version
):3.7.3pip --version
):19.0.3python -c "import torch; print(torch.__version__)"
):1.0.0Description
I am not able to encode or decode images(format .png). Error encountered:
AttributeError: 'PngImageFile' object has no attribute '_PngImageFile__frame'
What I Did
Tried encoding and decoding both the ways mentioned in SteganoGAN github page
1.Using command line and 2.Python interaction