Viewing a single comment thread. View all comments

Technical-Vast1314 OP t1_je5oqm5 wrote

OK, panoptic segmentation means doing two kinds of segmentation task together: semantic segmentation and instance segmentation. The semantic segmentation can only segment things like "sky", "car", "person", but it's hard to segment each instance. And instance segmentation is like object detection, which means it will predict a box with a mask on an instance~

6

GFrings t1_je8i7ro wrote

Isn't semantic segmentation made redundant by the instance segmentation? Or is there a difference in coverage for the two tasks, in terms of the ground truth labels?

0