Skip to content

Commit

Permalink
Merge pull request tensorflow#654 from nickj-google/master
Browse files Browse the repository at this point in the history
Update compression model README with results for comparison.
  • Loading branch information
nmjohn committed Nov 17, 2016
2 parents a66b9e1 + b181b98 commit 9a80d49
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 9a80d49

Please sign in to comment.