yrcong / RelTR

RelTR: Relation Transformer for Scene Graph Generation: https://arxiv.org/abs/2201.11460v2
229 stars 45 forks source link

about Predcls #43

Open YaoShangJing opened 5 months ago

YaoShangJing commented 5 months ago

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!

long8v commented 5 months ago

+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 😅 )