-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#71 Add timestamps and 3 other metrics to qa gt file
- Loading branch information
1 parent
6006d43
commit 20c5fda
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |