jwyang / graph-rcnn.pytorch

[ECCV 2018] Official code for "Graph R-CNN for Scene Graph Generation"
733 stars 157 forks source link

predictions.pth does not have image id #83

Closed crazymuse closed 4 years ago

crazymuse commented 4 years ago

Hi, While debugging the results generated by running graph-rcnn, I am not able to obtain image id. This is making manual verification of results very difficult. I am not able to map bounding boxes to image-ids because of this.

SkyOL5 commented 4 years ago

Hello, what is your solution for your question? Can you kindly share it~