TimoSaemann / ENet

ENet: A Deep Neural Network Architecture for Real-Time Semantic Segmentation
577 stars 276 forks source link

Your example ENet prediction looks wrong #78

Open ethanyanjiali opened 4 years ago

ethanyanjiali commented 4 years ago

Those unlabeled area is red in your example prediction. I checked your implementation, you have 19 output classes for Cityscape, but just do argmax to get the class. How do you deal with unlabeled class? Thanks.