rishizek / tensorflow-deeplab-v3

DeepLabv3 built in TensorFlow
MIT License
286 stars 102 forks source link

SegmentationClassAug Explanation #30

Open JadBatmobile opened 5 years ago

JadBatmobile commented 5 years ago

I am following the instructions in the README.

Step 2 in the setup: Download and extract augmented segmentation data (Thanks to DrSleep),

I downloaded this data, and looking at it, it seems to only have the outlines of the objects in white. What is the purpose of this augmented data? We already have the labels from VOC.. im not sure how the network can learn from this augmented data.

eleflea commented 5 years ago

If you check the label image color more carefully, you will find it is not all 0, but represents corresponding labels (0-20, 255).