CoCosNet icon indicating copy to clipboard operation
CoCosNet copied to clipboard

contain_dontcare_label?

Open fido20160817 opened this issue 3 years ago • 1 comments

in the code, with contain_dontcare_label, the input_semantics seems add one channel whose value is zero. why do this?

fido20160817 avatar Aug 28 '22 09:08 fido20160817

The contain_dontcare_label tells the model to discard a particular label in the semantic map. Basically, these are values in the semantic map whose correct label is not available in the dataset itself. Ideally, they are removed from loss/metric calculations etc.

silky1708 avatar Nov 26 '22 08:11 silky1708