NVIDIA / semantic-segmentation

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

The code for the method of the auto labelling #113

Open JackeyGHD1 opened 3 years ago

JackeyGHD1 commented 3 years ago

In the paper , the mentioned "hard labelling strategy", Could you release the code of the hard labelling strategy?

karansapra commented 3 years ago

we have it as part of the code. Please see. https://github.com/NVIDIA/semantic-segmentation/blob/main/train.py#L226

GuessWhosBack commented 3 years ago

I had the same question, if I understand it correctly your code drops the prediction as well as the prob separately. In your paper you mention a threshold of 0.9 but this is not part of your repository correct?