yrcong / RelTR

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

Some questions about evaluation #38

Closed YaoShangJing closed 7 months ago

YaoShangJing commented 8 months ago

Hello, Firstly, I want to express my gratitude for sharing your code. It has been incredibly helpful to me.

I see such evaluation results in your paper

eval

How did you get your SGDet, SGCls, PredCls evaluation results?

After running the evaluation in your code, I can't find a correspondence。

eval2

Could you please give me some code about it or explain the results of your evaluation results?

I'm looking forward to your response.

yrcong commented 7 months ago

Hi, what you showed now is the evaluation results of object detection. Did you evaluate with the command: python main.py --dataset vg --img_folder data/vg/images/ --ann_path data/vg/ --eval --batch_size 1 --resume ckpt/checkpoint0149.pth

Gezelligheid-debug commented 5 months ago

Hello, Firstly, I want to express my gratitude for sharing your code. It has been incredibly helpful to me.

I see such evaluation results in your paper

eval

How did you get your SGDet, SGCls, PredCls evaluation results?

After running the evaluation in your code, I can't find a correspondence。

eval2

Could you please give me some code about it or explain the results of your evaluation results?

I'm looking forward to your response.

I have also shown the results in your photos. Has your problem been resolved? Should the recall rate be just a few tenths?