VainF / DeepLabV3Plus-Pytorch

Pretrained DeepLabv3 and DeepLabv3+ for Pascal VOC & Cityscapes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantic segmentation of bicycle tires

honey-zhao opened this issue · comments

Hello, deeplabv3+ is a fully supervised algorithm and I would like to know how the official segmentation map of the bike is obtained? In other words, how is the ground truth of this internal skeletonization map labeled? Thank you!
image

Hi @honey-zhao,

These segmentation masks are obtained through the tiresome annotation method. We can use plenty of open-source tools available online like labelImg, vggannotator, etc to annotate. You can find similar segmentation masks along with original images provided by different open-source datasets like Pascal VOC, Cityscapes, MS COCO, etc.

Hope this answers your query!!!:)

Thank you very much! I will try it.