Skip to content

Commit

Permalink
add init readme for results
Browse files Browse the repository at this point in the history
  • Loading branch information
fracape committed Sep 10, 2021
1 parent 91ef212 commit eef9a56
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions results/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Results

## Evaluate and plot rate-distortion curves
To evaluate and compare your model with existing methods:
- use compressai.utils.eval_model to evaluate your model
- check (and modify) the script examples/run-benchmarks.sh to run encode/decode with existing methods
- use compressai.utils.plot to obtain the rate-distortion curves (matplootlib or plotly)

## Note on runtimes
The provided results using Compressai implementation contain runtimes that correspond to the average encode/decode time for each image of the corresponding test set. They have been obtained on a server equipped with Nvidia Quadro RTX 8000 and 80 Intel(R) Xeon(R) Gold 5218R CPU @ 2.10GHz.

Please note that runtimes are provided as an indication. Direct comparisons with traditional codecs and standard reference models that run on 1 CPU only may not be relevant.

0 comments on commit eef9a56

Please sign in to comment.