Updated README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,7 @@ license: afl-3.0
|
|
4 |
tags:
|
5 |
- feature_extraction
|
6 |
- image
|
|
|
7 |
|
8 |
datasets:
|
9 |
- tid2008
|
@@ -11,4 +12,24 @@ datasets:
|
|
11 |
|
12 |
metrics:
|
13 |
- pearsonr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
tags:
|
5 |
- feature_extraction
|
6 |
- image
|
7 |
+
- tensorflow
|
8 |
|
9 |
datasets:
|
10 |
- tid2008
|
|
|
12 |
|
13 |
metrics:
|
14 |
- pearsonr
|
15 |
+
|
16 |
+
model_index:
|
17 |
+
- name: PerceptNet
|
18 |
+
- task:
|
19 |
+
type: feature_extraction
|
20 |
+
name: Perceptual Distance
|
21 |
+
dataset:
|
22 |
+
type: image
|
23 |
+
name: tid2013
|
24 |
+
metrics:
|
25 |
+
- type: pearsonr
|
26 |
+
value: 0.93
|
27 |
+
name: TID2013
|
28 |
+
|
29 |
---
|
30 |
+
|
31 |
+
# PerceptNet
|
32 |
+
|
33 |
+
PercepNet model trained on TID2008 and validated on TID2013, obtaining 0.97 and 0.93 Pearson Correlation respectively.
|
34 |
+
|
35 |
+
Link to the run: https://wandb.ai/jorgvt/PerceptNet/runs/28m2cnzj?workspace=user-jorgvt
|