ISubGVQA.utils.token_coo_fns

Functions

compute_ans_token_cooccurrence(→ float)

compute_qst_token_cooccurrence(→ float)

compute_text_expl_token_cooccurrence(→ float)

Module Contents

ISubGVQA.utils.token_coo_fns.compute_ans_token_cooccurrence(mask, ans_token, label_gt, objects, qst_tokens, threshold=0.0) float
ISubGVQA.utils.token_coo_fns.compute_qst_token_cooccurrence(mask, objects, qst_tokens, threshold=0.0) float
ISubGVQA.utils.token_coo_fns.compute_text_expl_token_cooccurrence(mask, objects, text_expl_tokens, qst_tokens, threshold=0.0) float