broadinstitute / keras-rcnn

Keras package for region-based convolutional neural networks (RCNNs)
Other
555 stars 222 forks source link

the maskrcnn request #192

Open zzdang opened 6 years ago

zzdang commented 6 years ago

I try to add rcnn mask in RCNN model , I know the output_masks loss can be get by : keras_rcnn.layers.MaskRCNN()[target_proposals, output_deltas, target_masks, output_masks] but I don't know how to get output_mask from out_featrues in RCNN model? Can you help me? thanks very much!