Scene-Graph-Benchmark.pytorch icon indicating copy to clipboard operation
Scene-Graph-Benchmark.pytorch copied to clipboard

question about box_head.py

Open Thinking-more opened this issue 3 years ago • 1 comments

❓ 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!

Thinking-more avatar Apr 21 '22 14:04 Thinking-more

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

ksblk2116 avatar Jul 24 '22 09:07 ksblk2116