Scene-Graph-Benchmark.pytorch
Scene-Graph-Benchmark.pytorch copied to clipboard
question about box_head.py
❓ Questions and Help
hallo, in the file maskrcnn_benchmark/modeling/roi_heads/box_head/box_head.py line 75, there exists a comment " # note x is not matched with processed_proposals, so sharing x is not permitted", but it seems x is the feature of processed_proposals,because it use orig_inds to extract corresponding features. So could you tell me whether the comment is a mistake?Thanks!
same question.I want to use the objective feature x mentioned in box_head.py for the downstream task.But i see the comment,so worry about that feature is not right