forked from InterDigitalInc/CompressAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |