laughtervv / DepthAwareCNN

Depth-aware CNN for RGB-D Segmentation, ECCV 2018
MIT License
304 stars 81 forks source link

The number of class of NYU-v2 #39

Open jinseok-karl opened 4 years ago

jinseok-karl commented 4 years ago

Thanks for your code sharing. In my data preprocessing with NYU-v2, the number of class of NYU-v2 is 41 containing background. But your code is scripted 40 class. Is this model does not contain background class?

bejgro commented 3 years ago

The ground truth images should be preprocessed so that the background class has value 255. Then the background is ignored both during training and testing.

Peizhi86 commented 2 years ago

Could you share the LST format dataset file with me?whether nyuv2 or sunrgbd. I have been trying for half a month, but I can't solve it. Thank you very much.