You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
Given a trained mask-rcnn model, I want to geneate an instance label map at inference time, which encodes each instance with an unique label (background with label 0). It is not trivial as sometimes the segmentations generated from mask-rcnn can be overlapping, ie, one pixel can assigned to multiple instances. Does this package support generating instance label map? Are there any functions in the package support this?
The text was updated successfully, but these errors were encountered:
We don't guarantee that the pixels of the different objects is non-overlapping though.
This repo currently only addresses instance segmentation, and not panoptic segmentation.
Hi
Given a trained mask-rcnn model, I want to geneate an instance label map at inference time, which encodes each instance with an unique label (background with label 0). It is not trivial as sometimes the segmentations generated from mask-rcnn can be overlapping, ie, one pixel can assigned to multiple instances. Does this package support generating instance label map? Are there any functions in the package support this?
The text was updated successfully, but these errors were encountered: