Scene-Graph-Benchmark.pytorch
Scene-Graph-Benchmark.pytorch copied to clipboard
How to get the predicted relationship?
❓ Questions and Help
It seems that the file "eval_results.pytorch" generated from the evaluation code only contains a list of "BoxList" objects, which describe the informatino about the detected objects. How can I get the predicted relationship between each pair of detected objects?
The relationship information is saved under another file "result_dict.pytorch". Please check line 173-176 in the https://github.com/KaihuaTang/Scene-Graph-Benchmark.pytorch/blob/master/maskrcnn_benchmark/data/datasets/evaluation/vg/vg_eval.py
@KaihuaTang Thanks for your reply. Now I have another question. How to evaluate on my own dataset? It seems that during inference process, we need to provide the target which is not available on other dataset.
@KaihuaTang Thanks for your reply. Now I have another question. How to evaluate on my own dataset? It seems that during inference process, we need to provide the target which is not available on other dataset.
hi!have you solved this problem?tks
@KaihuaTang Thanks for your reply. Now I have another question. How to evaluate on my own dataset? It seems that during inference process, we need to provide the target which is not available on other dataset.
hi!have you solved this problem?tks
sorry, working on the NeurIPS