Skip to content
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

plot #18

Closed
geekLR opened this issue Nov 19, 2019 · 6 comments
Closed

plot #18

geekLR opened this issue Nov 19, 2019 · 6 comments

Comments

@geekLR
Copy link

geekLR commented Nov 19, 2019

In the plot chapter,how can we get the *.csv files

@fab-jul
Copy link
Owner

fab-jul commented Nov 26, 2019

Which chapter are you referring to?

@RainbowLLL
Copy link

The data used for plotting the rate-distortion curve is given in the plotter.py file.
Could I know if these data was obtained by training the model at different configs, and how can we get these different configs or all the pre-trained model at different configs? Thanks in advance!

@fab-jul
Copy link
Owner

fab-jul commented Nov 27, 2019

Ah I see. The figure and the table were obtained by training 7 different models for different operating points (see paper, "To obtain models for different bitrates, we adapt the target bitrate t and the number of channels K"). We released 3 of these models. But the plotting ocde (plotter.py can in theory take any combination of models and dataset.

@RainbowLLL
Copy link

But there are 28 pair of (bpp, MS-SSIM) data used in plotter.py, how can we get these datas from only 7 different models?

@fab-jul
Copy link
Owner

fab-jul commented Dec 17, 2019

The curve is using the interpolation code in plotter.py Line 111. Did you train the models?

@RainbowLLL
Copy link

I read the code in plotter.py and plotted the curve successfully! Thanks a lot!

@fab-jul fab-jul closed this as completed May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants