Mask RCNN
Mask RCNN in TensorFlow
This repo attempts to reproduce this amazing work by Kaiming He et al. : Mask R-CNN
Requirements
How-to
- Go to
./libs/datasets/pycocotoolsand runmake - Download COCO dataset, place it into
./data, then runpython download_and_convert_data.pyto build tf-records. It takes a while. - Download pretrained resnet50 model,
wget http://download.tensorflow.org/models/resnet_v1_50_2016_08_28.tar.gz, unzip it, place it into./data/pretrained_models/ - Go to
./libsand runmake - run
python train/train.pyfor training - There are certainly some bugs, please report them back, and let's solve them together.
TODO:
- ROIAlign
- COCO Data Provider
- Resnet50
- Feature Pyramid Network
- Anchor and ROI layer
- Mask layer
- Speedup anchor layer with cython
- Combining all modules together.
- Testing and debugging (in progress)
- Training / evaluation on COCO
- Add image summary to show some results
- Converting ResneXt
- Training >2 images
Call for contributions
- Anything helps this repo, including discussion, testing, promotion and of course your awesome code.
Acknowledgment
This repo borrows tons of code from
License
See LICENSE for details.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
