ynhe commited on
Commit
4848204
·
verified ·
1 Parent(s): 363a73b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -229,7 +229,10 @@ def add_new_eval_vbench2(
229
  # add new data
230
  new_data = [model_name]
231
  # print('upload_data:', upload_data)
232
- for key in TASK_INFO_2:
 
 
 
233
  if key in upload_data:
234
  new_data.append(upload_data[key])
235
  else:
 
229
  # add new data
230
  new_data = [model_name]
231
  # print('upload_data:', upload_data)
232
+ dim_vbench2_sub = ["Dynamic_Attribute", "Dynamic_Spatial_Relationship", "Motion_Rationality", "Multi-View_Consistency", "Motion_Order_Understanding", "Material",
233
+ "Mechanics", "Thermotics", "Composition", "Complex_Plot", "Complex_Landscape", "Human_Interaction",
234
+ "Human_Identity", "Human_Clothes", "Human_Anatomy", "Diversity", "Instance_Preservation", "Camera_Motion"]
235
+ for key in dim_vbench2_sub:
236
  if key in upload_data:
237
  new_data.append(upload_data[key])
238
  else: