Mask RCNN in TensorFlow
This repo attempts to reporduce this amazing work by Kaiming He. Mask RCNN.
- 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
- Data queue
- Data agument
- Other backbone networks
- Training >2 images
- Anything helps this repo, including discussion, testing, promotion and of course your awesome code.