deep-steg
deep-steg copied to clipboard
Global NIPS Paper Implementation Challenge of "Hiding Images in Plain Sight: Deep Steganography"
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...