Update InternVideo2_6B_V5_ACT75_eval.py
Browse files
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-
|
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,
|