Video-LLaVA / scripts /v1_5 /eval /eval_qa_activitynet.sh
LinB203
m
5244231
raw
history blame
No virus
591 Bytes
GPT_Zero_Shot_QA="eval/GPT_Zero_Shot_QA"
output_name="Video-LLaVA-7B"
pred_path="${GPT_Zero_Shot_QA}/Activitynet_Zero_Shot_QA/${output_name}/merge.jsonl"
output_dir="${GPT_Zero_Shot_QA}/Activitynet_Zero_Shot_QA/${output_name}/gpt3-0.25"
output_json="${GPT_Zero_Shot_QA}/Activitynet_Zero_Shot_QA/${output_name}/results.json"
api_key=""
api_base=""
num_tasks=8
python3 llava/eval/video/eval_video_qa.py \
--pred_path ${pred_path} \
--output_dir ${output_dir} \
--output_json ${output_json} \
--api_key ${api_key} \
--api_base ${api_base} \
--num_tasks ${num_tasks}