deep-steg icon indicating copy to clipboard operation
deep-steg copied to clipboard

Global NIPS Paper Implementation Challenge of "Hiding Images in Plain Sight: Deep Steganography"

Results 3 deep-steg issues
Sort by recently updated
recently updated
newest added

There are only model files here, maybe share the model calling code? Besides, when I open the log file, I find input_1, input_2 ... input_42. What are these inputs? What...

the script used to run correctly, when i checked again lately i got this error TypeError: 'list' object is not callable on line ``` ae_loss.append(autoencoder_model.train_on_batch(x=[batch_S, batch_C], y=np.concatenate((batch_S, batch_C),axis=3))) ``` in...

I would like to ask that at the end of the paper, "The proposed embeddings described in this paper are not intended for use with lossy image files", but here...