JialeCao001/D2Det

Mask_on=false indicate instance segmentaion?

Opened this issue · 0 comments

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.