matterport / Mask_RCNN

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
Other
24.65k stars 11.7k forks source link

Save mask as an image #1120

Open LetsGo12300 opened 5 years ago

LetsGo12300 commented 5 years ago

Hi. Is it possible for the masks to be saved as individual images? If it's possible, how can this be done? I need your help

Thanks

fastlater commented 5 years ago

@LetsGo12300 you can save each mask in a separate image. Black for the background, and white for the mask. Check nucleus demo