KaihuaTang / Scene-Graph-Benchmark.pytorch

A new codebase for popular Scene Graph Generation methods (2020). Visualization & Scene Graph Extraction on custom images/datasets are provided. It's also a PyTorch implementation of paper “Unbiased Scene Graph Generation from Biased Training CVPR 2020”
MIT License
1.03k stars 228 forks source link

question about box_head.py #169

Open Thinking-more opened 2 years ago

Thinking-more commented 2 years ago

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

ksblk2116 commented 1 year ago

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