huzi96 / Coarse2Fine-PyTorch

70 stars 6 forks source link

How to get the different BPPs and corresponding PSNR in your method through AppEncDec.py? #7

Open tangzhisen opened 3 years ago

tangzhisen commented 3 years ago

I'm sorry to bother you, I want to compare the results of my algorithm with yours. How can I get the different BPPs and corresponding PSNR in your method through AppEncDec.py? I now download the trained weights from Google Drive, and place the .pk files under the models folder. However, according to the usage of AppEncDec.py in readme.md, I only get the .bin and the reconstructed image.

huzi96 commented 3 years ago

You need to manually calculate the bpp and the PSNR with the binary files and the reconstructed images. However, in an issue page of the TensorFlow repo, I have provided the RD points. Please refer to https://github.com/huzi96/Coarse2Fine-ImaComp/issues/7#issuecomment-726453392 if it helps.

huzi96 commented 3 years ago

And here for the other two datasets. https://github.com/huzi96/Coarse2Fine-ImaComp/issues/8#issuecomment-757427407

tangzhisen commented 3 years ago

You need to manually calculate the bpp and the PSNR with the binary files and the reconstructed images. However, in an issue page of the TensorFlow repo, I have provided the RD points. Please refer to huzi96/Coarse2Fine-ImaComp#7 (comment) if it helps.

Thank you very much for your reply and help!

Best regards!