/PA-Net

an implementation of path aggregation network based on mattport mask-rcnn

Primary LanguagePythonOtherNOASSERTION

Path Aggregation Network

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.

Instance Segmentation Sample

To start up with this repo, please follow up the tutorial of Mask RCNN README.md. The usage of both repos are same.

TODO

  • Test on benchmarks like COCO or cityscapes