IPIU-detection / SEANet

Apache License 2.0
42 stars 3 forks source link

Question about function use #2

Open AGanPoi opened 2 years ago

AGanPoi commented 2 years ago

In 'mmdet/models/bbox_heads/fc_bbox_head.py' line 156-162 code is : ’cls_reg_targets = fcos_target( pos_proposals, neg_proposals, pos_gt_bboxes, pos_gt_labels, rcnn_train_cfg)‘ I wonder why this function is ’fcos_target‘? And I check this function which is in 'mmdet/models/anchor_heads/fcos_head.py', but they have different parameter list.

AGanPoi commented 2 years ago

If here is the function which is the 'fc_target' in the header of this file?