DeepSteg icon indicating copy to clipboard operation
DeepSteg copied to clipboard

Output Image Grey

Open FratilaRuxandra opened this issue 4 years ago • 4 comments

For the final result you said you modified Beta ( b = 2 ). Is this the only modification you made ? Because even after setting Beta = 2, I still get the result you also had from the Colab file - The Output Image is Grey.

Thanks!

FratilaRuxandra avatar Jan 12 '21 09:01 FratilaRuxandra

My extracted image is still grey also... ...

Kae1101 avatar Jun 18 '21 15:06 Kae1101

@FratilaRuxandra @Kae1101 were you able to resolve this issue?

sounritesh avatar Sep 30 '21 02:09 sounritesh

Same issues, anyone solve this problem?

winterwindwang avatar Jul 04 '23 02:07 winterwindwang

Maybe the problem is in the Net class.More specifically, x_3 = self.m3(x_2_noise) is wrong and change it with x_2_noise + x_2

CrashBugger avatar Dec 01 '23 13:12 CrashBugger