Datasets:
comparison: metrics.json
Browse files- metrics.json +32 -16
metrics.json
CHANGED
|
@@ -1,42 +1,58 @@
|
|
| 1 |
{
|
| 2 |
"simple": {
|
| 3 |
"engine": "simple",
|
| 4 |
-
"frames":
|
| 5 |
-
"mouth_sharpness":
|
| 6 |
"mouth_motion": 0.0,
|
| 7 |
-
"face_flicker": 0.
|
| 8 |
"bg_motion": 0.0
|
| 9 |
},
|
| 10 |
"wav2lip": {
|
| 11 |
"engine": "wav2lip_raw",
|
| 12 |
"frames": 144,
|
| 13 |
-
"mouth_sharpness":
|
| 14 |
-
"mouth_motion":
|
| 15 |
-
"face_flicker": 1.
|
| 16 |
"bg_motion": 0.0
|
| 17 |
},
|
| 18 |
"wav2lip_gfpgan": {
|
| 19 |
"engine": "wav2lip_fast",
|
| 20 |
"frames": 144,
|
| 21 |
-
"mouth_sharpness":
|
| 22 |
-
"mouth_motion":
|
| 23 |
-
"face_flicker":
|
| 24 |
"bg_motion": 0.0
|
| 25 |
},
|
| 26 |
"wav2lip_band": {
|
| 27 |
"engine": "wav2lip_band",
|
| 28 |
"frames": 144,
|
| 29 |
-
"mouth_sharpness":
|
| 30 |
-
"mouth_motion":
|
| 31 |
-
"face_flicker": 0.
|
| 32 |
"bg_motion": 0.0
|
| 33 |
},
|
| 34 |
"fullface": {
|
| 35 |
"engine": "fullface",
|
| 36 |
"frames": 144,
|
| 37 |
-
"mouth_sharpness":
|
| 38 |
-
"mouth_motion":
|
| 39 |
-
"face_flicker": 1.
|
| 40 |
-
"bg_motion": 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
}
|
| 42 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"simple": {
|
| 3 |
"engine": "simple",
|
| 4 |
+
"frames": 189,
|
| 5 |
+
"mouth_sharpness": 127.3,
|
| 6 |
"mouth_motion": 0.0,
|
| 7 |
+
"face_flicker": 0.002,
|
| 8 |
"bg_motion": 0.0
|
| 9 |
},
|
| 10 |
"wav2lip": {
|
| 11 |
"engine": "wav2lip_raw",
|
| 12 |
"frames": 144,
|
| 13 |
+
"mouth_sharpness": 18.8,
|
| 14 |
+
"mouth_motion": 6.298,
|
| 15 |
+
"face_flicker": 1.978,
|
| 16 |
"bg_motion": 0.0
|
| 17 |
},
|
| 18 |
"wav2lip_gfpgan": {
|
| 19 |
"engine": "wav2lip_fast",
|
| 20 |
"frames": 144,
|
| 21 |
+
"mouth_sharpness": 54.3,
|
| 22 |
+
"mouth_motion": 6.315,
|
| 23 |
+
"face_flicker": 2.077,
|
| 24 |
"bg_motion": 0.0
|
| 25 |
},
|
| 26 |
"wav2lip_band": {
|
| 27 |
"engine": "wav2lip_band",
|
| 28 |
"frames": 144,
|
| 29 |
+
"mouth_sharpness": 50.1,
|
| 30 |
+
"mouth_motion": 6.338,
|
| 31 |
+
"face_flicker": 0.501,
|
| 32 |
"bg_motion": 0.0
|
| 33 |
},
|
| 34 |
"fullface": {
|
| 35 |
"engine": "fullface",
|
| 36 |
"frames": 144,
|
| 37 |
+
"mouth_sharpness": 35.0,
|
| 38 |
+
"mouth_motion": 6.502,
|
| 39 |
+
"face_flicker": 1.17,
|
| 40 |
+
"bg_motion": 0.075
|
| 41 |
+
},
|
| 42 |
+
"diff2lip": {
|
| 43 |
+
"engine": "diff2lip",
|
| 44 |
+
"frames": 172,
|
| 45 |
+
"mouth_sharpness": 133.9,
|
| 46 |
+
"mouth_motion": 0.001,
|
| 47 |
+
"face_flicker": 0.001,
|
| 48 |
+
"bg_motion": 0.001
|
| 49 |
+
},
|
| 50 |
+
"musetalk": {
|
| 51 |
+
"engine": "musetalk",
|
| 52 |
+
"frames": 172,
|
| 53 |
+
"mouth_sharpness": 144.5,
|
| 54 |
+
"mouth_motion": 0.004,
|
| 55 |
+
"face_flicker": 0.001,
|
| 56 |
+
"bg_motion": 0.001
|
| 57 |
}
|
| 58 |
}
|