qingy2024 commited on
Commit
92b1a64
·
verified ·
1 Parent(s): 7a80dbf

Update InternVideo2_6B_V5_ACT75_eval.py

Browse files
Files changed (1) hide show
  1. InternVideo2_6B_V5_ACT75_eval.py +1 -1
InternVideo2_6B_V5_ACT75_eval.py CHANGED
@@ -158,7 +158,7 @@ def main():
158
  if not Path('photography-model').exists():
159
  run_command('git clone https://github.com/ruo2019/photography-model.git')
160
 
161
- prefix = f"ACT75-V5-InternVideo-{MODEL_NAME}"
162
  preds_file, logits_file = process_videos(
163
  'photography-model/data/ACT75.json',
164
  model, config, prefix,
 
158
  if not Path('photography-model').exists():
159
  run_command('git clone https://github.com/ruo2019/photography-model.git')
160
 
161
+ prefix = f"ACT75-verify-InternVideo-{MODEL_NAME}"
162
  preds_file, logits_file = process_videos(
163
  'photography-model/data/ACT75.json',
164
  model, config, prefix,