Skip to content

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow

License

Notifications You must be signed in to change notification settings

heechan95/Mask_RCNN

 
 

Repository files navigation

Kaggle IMaterialist

Instance Segmentation Sample

Solution

This repo is based on Matterport MaskRCNN + DenseCRF for post processing

DenseCRF

Dense CRF

  • Using Dense CRF makes the segmentation look better
  • In order to use densecrf, you need to install the repo in the link https://github.com/lucasb-eyer/pydensecrf
  • Densecrf requires the probability of each pexel belonging to each class, whereas this library only returns 1 or 0
  • so change some files with the files in the "modified" folder

About

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 77.2%
  • Jupyter Notebook 22.8%