Skip to content

kletobias/mask-rcnn-on-buenos-aires-streets

 
 

Repository files navigation

Image Segmentation on the Streets of Buenos Aires

This is an implementation of Mask R-CNN on Python 3, Keras, and TensorFlow. The model generates bounding boxes and segmentation masks for each instance of an object in the image. It's based on Feature Pyramid Network (FPN) and a ResNet101 backbone. Learn more about this on the Matterport's implementation

Single frame detection

Installation & Usage

Please follow the detailed step-by-step tutorial I posted on Medium to install and run this demo. You can also directly run demo-step-by-step.ipynb.

About

mask-rcnn-on-buenos-aires-streets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.1%
  • Python 0.9%