Questions tagged [panoptic-segmentation]

2 questions
0
votes
0 answers

is it possible to make use of classes of coco-pretrained weights on custom dataset just training on custom dataset?

I am trying to use detcetron2 panoptic_FPN and panoptic_deeplab models for optimization on custom dataset. You might already now that coco has around 133 classes (both thing and stuff). And my custom dataset contains 7 classes ( both thing and…
0
votes
1 answer

What is Panoptic Segmentation?

In computer vision what is Panoptic Segmentation about? How it relates to Semantic Segmentation? and how it compares to Instance Segmentation?