This is a PyTorch implementation of Mask RCNN. This project attempts to
- combine Fast Mask RCNN and faster_rcnn_pytorch (Special thanks awesome these authors)
- provide experimental setup for researchers to test their new models on top of this framework
- build ROIAlign layer in pure PyTorch.
- Adapt ROIAlign provided in FastMaskRNN
- ROIAlign layer in pure PyTorch
- Training
- Evaluation
- COCO Data Provider
- Finishing writing this list
- Checking the checkboxes