This is an implementation of Path Aggregation Network for Instance Segmentation. The model generates bounding boxes and segmentation masks for each instance of an object in the image. It's based on mattport Mask RCNN which using keras and tensorflow.
To start up with this repo, please follow up the tutorial of Mask RCNN README.md. The usage of both repos are same.
- Test on benchmarks like COCO or cityscapes