Skip to content

Commit ccf33ea

Browse files
Fabian Mentzercopybara-github
authored andcommitted
Add HiFiC raw data.
Closes #137 PiperOrigin-RevId: 452235275 Change-Id: If781d3700078b99c1d30b62f8ad67b463f922b40
1 parent 6034a5e commit ccf33ea

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

models/hific/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ builder.download_and_prepare()
148148
To train on a custom dataset, you can replace the `_get_dataset`
149149
call in `train.py`.
150150

151+
## Metrics
152+
153+
Metrics reported in Figs 4, A10, A11 are available in [data.csv](https://github.com/tensorflow/compression/blob/master/models/hific/data.csv).
154+
151155
## Citation
152156

153157
If you use the work released here for your research, please cite this paper:

models/hific/data.csv

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
,dataset,bpp,FID,KID,NIQE,LPIPS,MS-SSIM,PSNR
2+
0,clic2020,0.12902283,4.19736528,0.00108268,9.38350187,0.05394955,0.9553839,30.86970338
3+
1,clic2020,0.24981422,2.38322568,0.00053555,9.28048124,0.03485062,0.97377288,32.9375868
4+
2,clic2020,0.37383949,1.66647744,0.00035608,8.6921952,0.02499845,0.98172444,34.59938206
5+
3,div2k,0.17268653,9.96830177,0.00120337,9.47402614,0.06124068,0.95155809,28.49394484
6+
4,div2k,0.32447103,5.84229946,0.00053627,9.36838145,0.0385301,0.97143019,30.59894682
7+
5,div2k,0.489503,3.94786787,0.00024038,8.82207186,0.02592616,0.98089158,32.46940243
8+
6,kodak,0.1825587,,,11.2748119,0.06864742,0.93721463,27.56470037
9+
7,kodak,0.35108609,,,11.86824715,0.04278131,0.96430352,29.65373484
10+
8,kodak,0.53773159,,,10.93795208,0.02784851,0.97751017,31.7428445

0 commit comments

Comments
 (0)