vlm_clone_2 / VILA /scripts /v1_5 /eval /eval_all_video.sh
tuandunghcmut's picture
Add files using upload-large-folder tool
c7702b8 verified
#!/bin/bash
# Checkpoint path and model name (replace with your actual values)
checkpoint_path=$1
model_name=$2
# Create output directory if it doesn't exist
mkdir -p runs/eval/$model_name
# Execute the scripts in sequential order, redirecting output
.scripts/v1_5/eval/video_chatgpt/run_qa_msvd.sh $checkpoint_path $model_name > runs/eval/$model_name/msvd &&