Closed PatrickNa closed 4 years ago
When I add a third class that as 'unlabeled' represents background the IoU changes over time. However this measure feels like a hack.
Have you tried using the command line option --with-unlabeled
?
By default (without that option) the unlabeled class is ignored when computing metrics.
This seems to do the trick. Thank you very much!
When I try to train the model with only two classes, let's say 'road' and 'unlabeled' the IOU remains 1 all the time. Is there a bug or is it something that I need to configure differently?