ruslanmv commited on
Commit
b136e21
·
verified ·
1 Parent(s): 85576a1

comparison: metrics.json

Browse files
Files changed (1) hide show
  1. metrics.json +32 -16
metrics.json CHANGED
@@ -1,42 +1,58 @@
1
  {
2
  "simple": {
3
  "engine": "simple",
4
- "frames": 190,
5
- "mouth_sharpness": 126.1,
6
  "mouth_motion": 0.0,
7
- "face_flicker": 0.001,
8
  "bg_motion": 0.0
9
  },
10
  "wav2lip": {
11
  "engine": "wav2lip_raw",
12
  "frames": 144,
13
- "mouth_sharpness": 257.1,
14
- "mouth_motion": 0.137,
15
- "face_flicker": 1.801,
16
  "bg_motion": 0.0
17
  },
18
  "wav2lip_gfpgan": {
19
  "engine": "wav2lip_fast",
20
  "frames": 144,
21
- "mouth_sharpness": 256.4,
22
- "mouth_motion": 0.138,
23
- "face_flicker": 1.971,
24
  "bg_motion": 0.0
25
  },
26
  "wav2lip_band": {
27
  "engine": "wav2lip_band",
28
  "frames": 144,
29
- "mouth_sharpness": 255.5,
30
- "mouth_motion": 0.085,
31
- "face_flicker": 0.835,
32
  "bg_motion": 0.0
33
  },
34
  "fullface": {
35
  "engine": "fullface",
36
  "frames": 144,
37
- "mouth_sharpness": 109.2,
38
- "mouth_motion": 1.366,
39
- "face_flicker": 1.278,
40
- "bg_motion": 0.072
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
  }