-
Notifications
You must be signed in to change notification settings - Fork 5
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
Include code for reproducing results #1
Comments
It's a bunch of dirty BASH scripts pieced together… I included the relevant lines for encoding on the bottom of the index page if you want to reproduce it. What else would you need? |
It would be nice to have the scripts for the graphs to be able to reproduce them since you already have scripts for them. It would also be valuable to be able to audit the way the metrics are computed for things like color conversion etc. |
I wrote down every step I could think of over here: http://wyohknott.github.io/image-formats-comparison/report.html I linked a git repo where you can find the BASH scripts. It's not super automated though. The graphs are made with a spreadsheet app, you'll find the ODS files in the result part, and also the formulas to plot them just above. If you have any question/remark, add them here. |
@jrmuizel I don't know if you're still interested by this but I rewrote my scripts in Python and the graphs are now generated using numpy+pandas+matplotlib: https://github.com/WyohKnott/image-comparison-sources It's now easy to use it on a new set of images, and generate graphs for them. |
Thanks I'll take a look when I get a chance. |
This would be nice to have.
The text was updated successfully, but these errors were encountered: