-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions about the PSNR result of the project #318
Comments
Depends on the image contents and image resolution. A single point on the RD curve represents a single model at a particular quality. The point is generated by taking the average over 24 images of size 768x512 from the Kodak dataset. |
Thanks for your answer. |
I have some similar issues, the image quality ranges are different for traditional codecs and neural network, I want to ask you just take some evenly distributed value between the ranges like 10,20,...,100 for traditional codecs or you first give an certain metric values and use python -m compressai.utils.find_close ? |
I want to know how can I get the result like the picture in the project. I notice that some of them can exceed 40dB, but i can just only get a 30dB result. Of course it will increase the bpp, but that's fine.
Just increase/decrease the value of LAMBDA is OK? It seems that the bpp is out of control. Can I arbitrarily choose the bpp?
The text was updated successfully, but these errors were encountered: