TomTomTommi / DeepMIH

Official repository of "DeepMIH: Deep Invertible Network for Multiple Image Hiding", TPAMI 2022.
119 stars 12 forks source link

Are the results in HiNet and DeepMIH tested on RGB or Y,U,V? #3

Closed bumandpunk closed 2 years ago

bumandpunk commented 2 years ago

Hi! Thank you for sharing your code! Are the results in HiNet and DeepMIH tested on RGB or Y,U,V?  When we reproduced HiNet, we found that the results in the paper could not be reproduced, and the PSNR in the log file given by HiNet's official code did not reach that in the paper.  When we use the provided DeepMIH model to test, PSNR also does not achieve the results in the paper.  Since we were all testing in RGB, and the code included testing on Y, this was questionable. 

TomTomTommi commented 2 years ago

Thanks for your interest. All the results are tested on Y. The training log is a demo to illustrate how to converge the network, the final results still need to be fine-tuned.

bumandpunk commented 2 years ago

Thanks for your interest. All the results are tested on Y. The training log is a demo to illustrate how to converge the network, the final results still need to be fine-tuned.

Thank you for your answer