This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
This pull request adds a demo which modifies a Mask RCNN to construct a Panoptic Feature Pyramid Network. The google colab notebook linke is given here. The notebook details an example which trains a model on the shapes dataset that outputs:
I hope to build on this demo and add full fledged Panoptic Segmentation support ( #337 ) to the repo, this demo is meant to be as a proof of concept (or a sanity check) that things work.
The basic stuff is here, however we will need to add support for Panoptic Evaluation and modify the structures directory to support the panoptic format. I would love to discuss on what would be the best way to add this support and perform ablation studies on verifying the accuracy of the model.
Would love to know what you think @fmassa !
Thanks,
Karan