Skip to content
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

MLP output #5

Open
maarezaei opened this issue May 2, 2020 · 1 comment
Open

MLP output #5

maarezaei opened this issue May 2, 2020 · 1 comment

Comments

@maarezaei
Copy link

In this file: "tf_extract_features_color_separated.ipynb" which is for test, the variable stego_schemes includes only steganography methods, not "COVER":

stego_schemes = ['EBS', 'JUNI', 'NSF5', 'UED']

The variable "logits" as the output of test:

logits = sess.run(y, feed_dict={x: test_feature_map})

includes 5 numbers.

How "stego_schemes[np.argmax(softmax(logits))]" can give "COVER" as the output while we don't have it in the list in "stego_schemes "?

Now when I use Models (QF=95) and the image file "iPAD-pro-7.1-13inch_2065.jpg", I always get "JUNI" as result. It doesn't matter the input is COVER, EBS, JUNI, NSF5 or UED.

@YassineYousfi
Copy link
Owner

We are aware of this issue, and working to fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants