jwyang / graph-rcnn.pytorch

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

RuntimeError: boxlists should have same image size, got BoxList(num_boxes=1, image_width=640, image_height=53 7, mode=xyxy), BoxList(num_boxes=9, image_width=537, image_height=640, mode=xyxy) #105

Closed khieu closed 3 years ago

khieu commented 3 years ago

I am training rcnn with the multi-gpu scripts but got the following error: RuntimeError: boxlists should have same image size, got BoxList(num_boxes=1, image_width=640, image_height=53 7, mode=xyxy), BoxList(num_boxes=9, image_width=537, image_height=640, mode=xyxy)

This error does not happen when training with single GPU model. Does anyone know how what the cause of this issue is and how to resolve it?

Thank you in advance.