JialeCao001 / D2Det

D2Det: Towards High Quality Object Detection and Instance Segmentation (CVPR2020)
https://openaccess.thecvf.com/content_CVPR_2020/papers/Cao_D2Det_Towards_High_Quality_Object_Detection_and_Instance_Segmentation_CVPR_2020_paper.pdf
MIT License
297 stars 86 forks source link

Mask_on=false indicate instance segmentaion? #36

Open clelouch opened 3 years ago

clelouch commented 3 years ago

Thanks for your great work. In your code, mask_on== false indicates instance segmentation task while mask_on ==True indicates object detection.
In D2Det.py image In D2Det_head.py image But when mask_on==false, the two deconv layers are not available.