Skip to content

tallamjr/clic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVPR Workshop: Challenge for Learning Image Compression

2020 Papers

Evaluation Metrics

The evaluate() in metrics.py function expects two dictionaries mapping filenames fo filepaths (the target PNGs and PNGs produced by the decoder).

I attached the code that's used to evaluate submissions. The function evaluate() in metrics.py receives two dictionaries containing paths to the target PNGs and decoded PNGs. In the video challenge, these are the PNGs representing Y, U, and V channels. One thing to note is that the MS-SSIM is weighted by the number of pixels, so Y is weighted more strongly than U or V.

  • Lucas