浏览代码

Update README with results for comparison.

Nick Johnston 9 年之前
父节点
当前提交
b181b9885c
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      compression/README.md

+ 11 - 0
compression/README.md

@@ -80,6 +80,17 @@ To generate these metrics on your images you can run:
 --compared_image=/tmp/decoded/image_15.png`
 --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
 ## FAQ
 
 
 #### How do I train my own compression network?
 #### How do I train my own compression network?