ercanburak commited on
Commit
61ca3c2
1 Parent(s): 631e7bd

add metric configs

Browse files
cfg/metric/brisque.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "display_name": "BRISQUE",
3
+ "viz_type": "model_only",
4
+ "no_ref": true
5
+ }
cfg/metric/lpips.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "display_name": "LPIPS",
3
+ "viz_type": "model_only",
4
+ "no_ref": false
5
+ }
cfg/metric/maniqa.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "display_name": "MANIQA",
3
+ "viz_type": "model_only",
4
+ "no_ref": true
5
+ }
cfg/metric/mse.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "display_name": "MSE",
3
+ "viz_type": "model_only",
4
+ "no_ref": false
5
+ }
cfg/metric/niqe.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "display_name": "NIQE",
3
+ "viz_type": "model_only",
4
+ "no_ref": true
5
+ }
cfg/metric/ssim.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "display_name": "SSIM",
3
+ "viz_type": "model_only",
4
+ "no_ref": false
5
+ }