Coder Social home page Coder Social logo

mask_rcnn's Introduction

Python2 Mask R-CNN for Object Detection and Segmentation

This is a fork of Matterport's Mask R-CNN implementation modified to function with python2. It has not yet been tested to see if the model still trains or not, and I've definitely broken some functionality (downloading pretrained models, etc.), but if you just need image segmentation with a coco-pretrained model in python2, you're in luck.

Installation

  1. Clone the repository.

  2. Install dependencies

    pip install -r requirements.txt
  3. Optional: Run setup from the repository root directory

    python setup.py install
  4. Download pre-trained COCO weights (mask_rcnn_coco.h5) from the releases page, place it in the root directory of this package.

  5. Execute python pretrained_test.py with a python2 interpreter. This program uses PretrainedLoader to construct and load a model, then evaluates it on the images provided with the package.

To include this in your project, import PretrainedLoader as in pretrained_test.py.

Happy segmenting!

mask_rcnn's People

Contributors

waleedka avatar keineahnung2345 avatar philferriere avatar borda avatar babbatem avatar coreyhu avatar cpruce avatar ps48 avatar jningwei avatar maxfrei750 avatar stevenhickson avatar veemon avatar viredery avatar concerttttt avatar jmtatsch avatar bill2239 avatar llltttppp avatar np-csu avatar robaleman avatar yqnlp avatar ziyigogogo avatar skt7 avatar rymalia avatar moorage avatar scitator avatar sekunde avatar imgyuri avatar dingkunliu avatar austinegri avatar gakarak avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.