-
Notifications
You must be signed in to change notification settings - Fork 86
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
It returns "ERROR: Failed to find message.", but I have encode message in the image. #65
Comments
It's all the output. You can review it. |
Same for me, I used the command line. |
Has anyone solved it?could you help me? |
th problem from utils,the RSCODE can encode messages but often fails to decode them
…------------------ 原始邮件 ------------------
发件人: "DAI-Lab/SteganoGAN" <[email protected]>;
发送时间: 2021年1月19日(星期二) 中午11:31
收件人: "DAI-Lab/SteganoGAN"<[email protected]>;
抄送: "Subscribed"<[email protected]>;
主题: Re: [DAI-Lab/SteganoGAN] It returns "ERROR: Failed to find message.", but I have encode message in the image. (#65)
Has anyone solved it?could you help me?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
you can change another api
…---Original---
From: "Czdlx"<[email protected]>
Date: Tue, Jan 19, 2021 11:31 AM
To: "DAI-Lab/SteganoGAN"<[email protected]>;
Cc: "Subscribed"<[email protected]>;
Subject: Re: [DAI-Lab/SteganoGAN] It returns "ERROR: Failed to find message.", but I have encode message in the image. (#65)
Has anyone solved it?could you help me?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
excuse me,how did you change the RS code in the end? l fail to run the bytearray_to_test() function
…------------------ 原始邮件 ------------------
发件人: "DAI-Lab/SteganoGAN" <[email protected]>;
发送时间: 2021年1月19日(星期二) 晚上10:37
收件人: "DAI-Lab/SteganoGAN"<[email protected]>;
抄送: "陈自东"<[email protected]>;"Comment"<[email protected]>;
主题: Re: [DAI-Lab/SteganoGAN] It returns "ERROR: Failed to find message.", but I have encode message in the image. (#65)
you can change another api
---Original---
From: "Czdlx"<[email protected]&gt;
Date: Tue, Jan 19, 2021 11:31 AM
To: "DAI-Lab/SteganoGAN"<[email protected]&gt;;
Cc: "Subscribed"<[email protected]&gt;;
Subject: Re: [DAI-Lab/SteganoGAN] It returns "ERROR: Failed to find message.", but I have encode message in the image. (#65)
Has anyone solved it?could you help me?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Same for me, Have anyone resolve this? |
hello,i met the same problem.But,when i change the steganogan's version to 0.1.0, all the problems disapeared. |
hello, my version is 0.1.3 |
How do I change the version? Will the decoder work after the change? |
Hello, does your decoder work? Do you train encoders and decoders yourself? |
python --version
):pip --version
):python -c "import torch; print(torch.__version__)"
):Description
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.
What I Did
`import os
from steganogan import SteganoGAN
class DemoInGithub:
def init(self):
self.img_path = r"D:\lena_rgb_used_for_testing_steganogan.jpg"
self.output_img_path = r"D:\lena_rgb_used_for_testing_steganogan_outputted.jpg"
self.steganogan = SteganoGAN.load(architecture='dense')
if name == 'main':
demo_in_github = DemoInGithub()
# demo_in_github.add_wartmark("111111222222222333333qqqqqqqqwwwwwweeeeee")
# demo_in_github.read_wartmark()
# demo_in_github.add_wartmark_demo_in_github()
demo_in_github.read_wartmark_demo_in_github()
`
The text was updated successfully, but these errors were encountered: