xiuyul commited on
Commit
9bf8caf
1 Parent(s): 136d34b
Files changed (1) hide show
  1. result.py +28 -4
result.py CHANGED
@@ -1,9 +1,9 @@
1
  submission_results = [
2
  {
3
- "Method": '**noah-wukong**',
4
- "CLIPScore (Frame Consistency) ⬆️":0.92,
5
- "CLIPScore (Text Alignment) ⬆️":26.34,
6
- "PickScore ⬆️":20.36,
7
  "Human Preference ⬆️":'',
8
  "References": ''
9
  },
@@ -14,5 +14,29 @@ submission_results = [
14
  "PickScore ⬆️":20.22,
15
  "Human Preference ⬆️":'',
16
  "References": ''
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  }
18
  ]
 
1
  submission_results = [
2
  {
3
+ "Method": '**Noah Wukong**',
4
+ "CLIPScore (Frame Consistency) ⬆️":0.91,
5
+ "CLIPScore (Text Alignment) ⬆️":27.21,
6
+ "PickScore ⬆️":20.72,
7
  "Human Preference ⬆️":'',
8
  "References": ''
9
  },
 
14
  "PickScore ⬆️":20.22,
15
  "Human Preference ⬆️":'',
16
  "References": ''
17
+ },
18
+ {
19
+ "Method": '**PAIR**',
20
+ "CLIPScore (Frame Consistency) ⬆️":0.92,
21
+ "CLIPScore (Text Alignment) ⬆️":25.53,
22
+ "PickScore ⬆️":19.79,
23
+ "Human Preference ⬆️":'',
24
+ "References": ''
25
+ },
26
+ {
27
+ "Method": '**RewardT2VE**',
28
+ "CLIPScore (Frame Consistency) ⬆️":0.92,
29
+ "CLIPScore (Text Alignment) ⬆️":27.55,
30
+ "PickScore ⬆️":20.55,
31
+ "Human Preference ⬆️":'',
32
+ "References": ','.join([f'<a target="_blank" href="https://github.com/Pranjal2041/RewardT2VE" style="color: blue">Code</a>'])
33
+ },
34
+ {
35
+ "Method": '**CAMP**',
36
+ "CLIPScore (Frame Consistency) ⬆️":0.90,
37
+ "CLIPScore (Text Alignment) ⬆️":26.89,
38
+ "PickScore ⬆️":20.71,
39
+ "Human Preference ⬆️":'',
40
+ "References": ''
41
  }
42
  ]