ISubGVQA.utils.token_coo_fns ============================ .. py:module:: ISubGVQA.utils.token_coo_fns Functions --------- .. autoapisummary:: ISubGVQA.utils.token_coo_fns.compute_ans_token_cooccurrence ISubGVQA.utils.token_coo_fns.compute_qst_token_cooccurrence ISubGVQA.utils.token_coo_fns.compute_text_expl_token_cooccurrence Module Contents --------------- .. py:function:: compute_ans_token_cooccurrence(mask, ans_token, label_gt, objects, qst_tokens, threshold=0.0) -> float .. py:function:: compute_qst_token_cooccurrence(mask, objects, qst_tokens, threshold=0.0) -> float .. py:function:: compute_text_expl_token_cooccurrence(mask, objects, text_expl_tokens, qst_tokens, threshold=0.0) -> float