NVIDIA / semantic-segmentation

Nvidia Semantic Segmentation monorepo
BSD 3-Clause "New" or "Revised" License
1.76k stars 388 forks source link

Auto-Labelling ignore label #186

Open lkdci opened 1 year ago

lkdci commented 1 year ago

Hi, thanks for the great work. I noticed from the paper that the labels assignment is set as follows:

Instead, we adopt a hard labelling strategy, whereby for a given pixel, we select the top class prediction of the teacher
network. We threshold the label based on teacher network output probability. Teacher predictions that exceed the
threshold become true labels, otherwise the pixel is labelled as ignore class. In practice we use a threshold of 0.9.

However I downloaded the Auto-Labelled data, I noticed that all pixels are annotated and there is no presence of ignore labels in this subset.