CharlesShang / FastMaskRCNN

Mask RCNN in TensorFlow
Apache License 2.0
3.09k stars 1.1k forks source link

Mask encoding #176

Open Walid-Ahmed opened 6 years ago

Walid-Ahmed commented 6 years ago

Hello,

How can the FCN responsible for predicting masks deal with the different dimensions of the ROI? it seems the output of masking ROI is 1414number of classes How can I actually reconstruct the mask based on 14*14 info and in reality the mask visualized might be larger? Thanks