zengarden / light_head_rcnn

Light-Head R-CNN
834 stars 223 forks source link

Question about channels for bounding box regression #56

Open dingjiansw101 opened 5 years ago

dingjiansw101 commented 5 years ago

https://github.com/zengarden/light_head_rcnn/blob/790f94e4e1481fbc403b101a763d4a9df56ee32a/experiments/lizeming/light_head_rcnn.ori_res101.coco.ps_roialign/network_desp.py#L211 Thank you for sharing the code. And I have a question. In the description of the paper, you only use 4 channels for bounding box regression. But it seems you use 4 * num_classes channels here?