Skip to content

Commit

Permalink
#71 Add timestamps and 3 other metrics to qa gt file
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanwenchen committed Apr 11, 2024
1 parent 6006d43 commit 20c5fda
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions gpt4v/add_ts_to_qa_gt.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
python /home/zhanwen/vtom/gpt4v/add_ts_to_qa_gt.py --gpt4v_result_dirpath data/gpt4v/result --qa_file_in /home/zhanwen/vtom/data/siq2/qa/qa_train.json --qa_file_out /home/zhanwen/vtom/data/siq2/qa/qa_train_with_ts.json
python /home/zhanwen/vtom/gpt4v/add_ts_to_qa_gt.py --gpt4v_result_dirpath data/gpt4v/result --qa_file_in /home/zhanwen/vtom/data/siq2/qa/qa_val.json --qa_file_out /home/zhanwen/vtom/data/siq2/qa/qa_val_with_ts.json
python /home/zhanwen/vtom/gpt4v/add_ts_to_qa_gt.py --gpt4v_result_dirpath data/gpt4v/result --qa_file_in /home/zhanwen/vtom/data/siq2/qa/qa_test.json --qa_file_out /home/zhanwen/vtom/data/siq2/qa/qa_test_with_ts.json
export SPLIT=train # train, val, test
python /home/zhanwen/vtom/gpt4v/add_ts_to_qa_gt.py --gpt4v_result_dirpath /home/zhanwen/vtom/gpt4v/result_${SPLIT} --qa_file_in /home/zhanwen/vtom/data/siq2/qa/qa_${SPLIT}.json --qa_file_out /home/zhanwen/vtom/data/siq2/qa/qa_${SPLIT}_with_ts.json
export SPLIT=val # train, val, test
python /home/zhanwen/vtom/gpt4v/add_ts_to_qa_gt.py --gpt4v_result_dirpath /home/zhanwen/vtom/gpt4v/result_${SPLIT} --qa_file_in /home/zhanwen/vtom/data/siq2/qa/qa_${SPLIT}.json --qa_file_out /home/zhanwen/vtom/data/siq2/qa/qa_${SPLIT}_with_ts.json
export SPLIT=test # train, val, test
python /home/zhanwen/vtom/gpt4v/add_ts_to_qa_gt.py --gpt4v_result_dirpath /home/zhanwen/vtom/gpt4v/result_${SPLIT} --qa_file_in /home/zhanwen/vtom/data/siq2/qa/qa_${SPLIT}.json --qa_file_out /home/zhanwen/vtom/data/siq2/qa/qa_${SPLIT}_with_ts.json

0 comments on commit 20c5fda

Please sign in to comment.