yrcong / RelTR

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

evaluating RelTR on PredCLS/SGCLS #3

Closed Ljy-an closed 1 year ago

Ljy-an commented 2 years ago

Dear Author, thanks for your code. I have a question about evaluating RelTR on PredCLS/SGCLS , wondering how to assign the ground truth information to the matched triplet proposals?Thanks a lot.

yrcong commented 2 years ago

Hi, i assigned the gt information (bboxes and classes) with the matched id. For example in the ground truth there are 10 relationships. After the matching 10 triplet proposals are selected. The relationship prediction is directly used while the predicted bboxes and classes are replaced by the GT