joey-wang123

Results 1 comments of joey-wang123

``` x, result = self.post_processor((x, class_logits, box_regression), proposals, relation_mode=True) File "/anaconda3/envs/scene_graph_benchmark/lib/python3.8/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) File "/scenegraph/Scene-Graph-Benchmark/maskrcnn_benchmark/modeling/roi_heads/box_head/inference.py", line 97, in forward boxlist = self.add_important_fields(i, boxes, orig_inds,...