Advertisement

semantic segmentation、instance segmentation、Panoptic Segmentation在检测中的关联

阅读量:

1.什么是semantic segmentation?

Annotate every pixel in the image into categories.

2.semantic segmentation的局限

如图所示,在图像中标记区域存在两头彼此靠近的牛群(难以明确区分),这使得label无法准确识别(not distinguished)。一般情况下,在图像中可能存在多个人物(people),例如,在人行道上可能有多个人影出现。由于这一难以明确区分的特征被观察到后(observed),学者提出了一种名为instance segmentation的技术或方法来解决这一问题。

3.segmentation和detection简要关系

detection常采用的方式是通过localization(识别出包含物体的bounding box)。随后进行classification

全部评论 (0)

还没有任何评论哟~