Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 816 Bytes

POST_PROCESS.md

File metadata and controls

28 lines (22 loc) · 816 Bytes

Post Process

1. generate txt from csv

export BASE_DIR=/xxx/AIcity2024-track3
cd $BASE_DIR/post_process

The final best results:

Note: This is the result of the first ranking on the public list.

python generate_txt.py --csv_path act_pre_ego_crop_AMA_mae2_f16_f16_8h_9k_submmit.csv --out_file submit/act_pre_ego_crop_AMA_mae2_f16_f16_8h_9k_score0.2.txt

generate the ensembled txts:

python generate_txt.py --csv_path action_predict_info_singleview_crop_AMA_f16_f16_submmit.csv --out_file submit/maev2_AMA_f16_f16_score0.2.txt --add_score
python generate_txt.py --csv_path action_predict_info_singleview_crop_AMA_f32_f16_submmit.csv --out_file submit/maev1_AMA_f32_f16_score0.2.txt --add_score

2. ensemble

python ensemble.py --out_file submit/AMA_mergev1_v2.txt