alexsax / taskonomy-sample-model-1

Model, selected at random, from the training set of the paper "Taskonomy: Disentangling Task Transfer Learning"
48 stars 25 forks source link

semantic segmentation label problem #3

Open jingliang95 opened 3 years ago

jingliang95 commented 3 years ago

Thanks for sharing this small part of the data.

I load png in folder segment_semantic, the distinct label values go from 0,1,2,..., 17. So there should be 18 classes. However, in your code and readme here, the output of this task is 17 dimension.

Do I miss something?

huzi96 commented 3 years ago

I encountered the same problem here. Any suggestion?