facebookresearch / Detectron

FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
Apache License 2.0
26.25k stars 5.45k forks source link

Lost after "CollectAndDistributeFpnRpnProposalsOp" #952

Open mamunir opened 5 years ago

mamunir commented 5 years ago

At test time, we can get scores by fetching the blob but in TRAINING I lost after CollectAndDistributeFpnRpnProposalsOp module and not having idea from where to fetch class probabilities? In caffe, we can see the flow but here it is much complicated.

mamunir commented 5 years ago

@ir413 @rbgirshick