|
|
|
dict_api = { |
|
"api_key":"ADD", |
|
} |
|
base_dir = "your_path" |
|
|
|
|
|
|
|
divlam = 12 |
|
f_path = "your_path" |
|
q_path = "your_path" |
|
a_path = "your_path" |
|
img_folder = "your_path" |
|
|
|
|
|
|
|
maximgslen = 32 |
|
limit_keywords = 25 |
|
concatname = "LVnet" |
|
modelpath = "your_path" |
|
question_path = "your_path" |
|
answerpath = f"{base_dir}/kwkfmatching/kf_{concatname}.jsonl" |
|
concatdir = f"{base_dir}/kwkfmatching/concatimg_{concatname}" |
|
|
|
|
|
|
|
kf_vlm = "gpt-4o" |
|
kf_temp = None |
|
kf_num_select = 3 |
|
kf_num_input_imgs = 32 |
|
kf_question_path = "your_path" |
|
kf_answer_path = f"{base_dir}/kf_VLM/kf_VLM{kf_num_input_imgs}sel{kf_num_select}_{kf_question_path.split('/')[-1].split('.')[0]}.jsonl" |
|
|
|
|
|
|
|
refine_num_group = 4 |
|
refine_kflen = 12 |
|
refine_output_path = f"{base_dir}/kf_VLM/refine/" + kf_answer_path.split('/')[-1] |
|
|