xiuyul commited on
Commit
aa4e5f7
1 Parent(s): 9bf8caf
Files changed (2) hide show
  1. app.py +3 -3
  2. result.py +5 -5
app.py CHANGED
@@ -14,7 +14,7 @@ def get_leaderboard():
14
 
15
  baseline_0 = {
16
  "Method": '**Tune-A-Video**',
17
- "CLIPScore (Frame Consistency) ⬆️":0.92,
18
  "CLIPScore (Text Alignment) ⬆️":27.12,
19
  "PickScore ⬆️":20.36,
20
  "Human Preference ⬆️":'',
@@ -25,7 +25,7 @@ def get_leaderboard():
25
  }
26
  baseline_1 = {
27
  "Method": 'VideoCrafter',
28
- "CLIPScore (Frame Consistency) ⬆️":0.89,
29
  "CLIPScore (Text Alignment) ⬆️":25.55,
30
  "PickScore ⬆️":19.17,
31
  "References": ','.join([f'<a target="_blank" href="https://github.com/VideoCrafter/VideoCrafter" style="color: blue">Code</a>',
@@ -35,7 +35,7 @@ def get_leaderboard():
35
  all_data += submission_results
36
 
37
  dataframe = pd.DataFrame.from_records(all_data)
38
- dataframe = dataframe.sort_values(by=['PickScore ⬆️'], ascending=False)
39
  print(dataframe)
40
  dataframe = dataframe[COLS]
41
  return dataframe
 
14
 
15
  baseline_0 = {
16
  "Method": '**Tune-A-Video**',
17
+ "CLIPScore (Frame Consistency) ⬆️":92.40,
18
  "CLIPScore (Text Alignment) ⬆️":27.12,
19
  "PickScore ⬆️":20.36,
20
  "Human Preference ⬆️":'',
 
25
  }
26
  baseline_1 = {
27
  "Method": 'VideoCrafter',
28
+ "CLIPScore (Frame Consistency) ⬆️":88.51,
29
  "CLIPScore (Text Alignment) ⬆️":25.55,
30
  "PickScore ⬆️":19.17,
31
  "References": ','.join([f'<a target="_blank" href="https://github.com/VideoCrafter/VideoCrafter" style="color: blue">Code</a>',
 
35
  all_data += submission_results
36
 
37
  dataframe = pd.DataFrame.from_records(all_data)
38
+ dataframe = dataframe.sort_values(by=['CLIPScore (Text Alignment) ⬆️'], ascending=False)
39
  print(dataframe)
40
  dataframe = dataframe[COLS]
41
  return dataframe
result.py CHANGED
@@ -1,7 +1,7 @@
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 ⬆️":'',
@@ -9,7 +9,7 @@ submission_results = [
9
  },
10
  {
11
  "Method": '**T2I_HERO**',
12
- "CLIPScore (Frame Consistency) ⬆️":0.92,
13
  "CLIPScore (Text Alignment) ⬆️":25.57,
14
  "PickScore ⬆️":20.22,
15
  "Human Preference ⬆️":'',
@@ -17,7 +17,7 @@ submission_results = [
17
  },
18
  {
19
  "Method": '**PAIR**',
20
- "CLIPScore (Frame Consistency) ⬆️":0.92,
21
  "CLIPScore (Text Alignment) ⬆️":25.53,
22
  "PickScore ⬆️":19.79,
23
  "Human Preference ⬆️":'',
@@ -25,7 +25,7 @@ submission_results = [
25
  },
26
  {
27
  "Method": '**RewardT2VE**',
28
- "CLIPScore (Frame Consistency) ⬆️":0.92,
29
  "CLIPScore (Text Alignment) ⬆️":27.55,
30
  "PickScore ⬆️":20.55,
31
  "Human Preference ⬆️":'',
@@ -33,7 +33,7 @@ submission_results = [
33
  },
34
  {
35
  "Method": '**CAMP**',
36
- "CLIPScore (Frame Consistency) ⬆️":0.90,
37
  "CLIPScore (Text Alignment) ⬆️":26.89,
38
  "PickScore ⬆️":20.71,
39
  "Human Preference ⬆️":'',
 
1
  submission_results = [
2
  {
3
  "Method": '**Noah Wukong**',
4
+ "CLIPScore (Frame Consistency) ⬆️":91.25,
5
  "CLIPScore (Text Alignment) ⬆️":27.21,
6
  "PickScore ⬆️":20.72,
7
  "Human Preference ⬆️":'',
 
9
  },
10
  {
11
  "Method": '**T2I_HERO**',
12
+ "CLIPScore (Frame Consistency) ⬆️":92.27,
13
  "CLIPScore (Text Alignment) ⬆️":25.57,
14
  "PickScore ⬆️":20.22,
15
  "Human Preference ⬆️":'',
 
17
  },
18
  {
19
  "Method": '**PAIR**',
20
+ "CLIPScore (Frame Consistency) ⬆️":92.47,
21
  "CLIPScore (Text Alignment) ⬆️":25.53,
22
  "PickScore ⬆️":19.79,
23
  "Human Preference ⬆️":'',
 
25
  },
26
  {
27
  "Method": '**RewardT2VE**',
28
+ "CLIPScore (Frame Consistency) ⬆️":92.17,
29
  "CLIPScore (Text Alignment) ⬆️":27.55,
30
  "PickScore ⬆️":20.55,
31
  "Human Preference ⬆️":'',
 
33
  },
34
  {
35
  "Method": '**CAMP**',
36
+ "CLIPScore (Frame Consistency) ⬆️":89.90,
37
  "CLIPScore (Text Alignment) ⬆️":26.89,
38
  "PickScore ⬆️":20.71,
39
  "Human Preference ⬆️":'',