Skip to content

Commit

Permalink
Update README with results for comparison.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmjohn committed Nov 16, 2016
1 parent ffe51b3 commit b181b98
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions compression/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,17 @@ To generate these metrics on your images you can run:
--compared_image=/tmp/decoded/image_15.png`


## Results
CSV results containing the post-entropy bitrates and MS-SSIM over Kodak can
are available for reference. Each row of the CSV represents each of the Kodak
images in their dataset number (1-24). Each column of the CSV represents each
iteration of the model (1-16).

[Post Entropy Bitrates](https://storage.googleapis.com/compression-ml/residual_gru_results/bitrate.csv)

[MS-SSIM](https://storage.googleapis.com/compression-ml/residual_gru_results/msssim.csv)


## FAQ

#### How do I train my own compression network?
Expand Down

0 comments on commit b181b98

Please sign in to comment.