imgcomp-cvpr icon indicating copy to clipboard operation
imgcomp-cvpr copied to clipboard

TensorFlow implementation of Conditional Probability Models for Deep Image Compression, published in CVPR 2018

Results 3 imgcomp-cvpr issues
Sort by recently updated
recently updated
newest added

hello, I don't figure out that when testing the model , why to use the hardout for the input of the P network .In my opinions ,the hardout and the...

hello! **If i want to optimized with mse, What should I change to mse?** I thought "imgcomp-cvpr/code/ae_configs/cvpr/base distortion_to_minimize=ms_ssim -> distortion_to_minimize=mse" to optimize to mse. Is it right??? Thank you.