RelTR
RelTR copied to clipboard
about Predcls
I found out the code about Predcls from this issue https://github.com/yrcong/RelTR/issues/20#issuecomment-1383579423
You mentioned the function
def evaluate_batch_predcls(outputs, targets, evaluator, matching_indices, evaluator_list): .......
Could you give some details about computing matching_indices. Thanks!
+1 I am also curious about this as well since PredCls of RelTR is really high compared to FCSGG! It would be great to know about more details and whether your work is following same measurment logic with FCSGG.(Though I agree that PredCls and SGCls are not really established measure in one-stage SGG area 😅 )