alexgkendall / SegNet-Tutorial

Files for a tutorial to train SegNet for road scenes using the CamVid dataset
http://mi.eng.cam.ac.uk/projects/segnet/tutorial.html
847 stars 517 forks source link

Why you guys ignore_label 11 #53

Open menglin0320 opened 7 years ago

menglin0320 commented 7 years ago

What does that mean?

alexgkendall commented 7 years ago

This is to ignore pixels which are unlabeled in the training loss, which in the CamVid example are marked with index=11.

ALISCIFP commented 7 years ago

Is label 11 the background?