I open the nyu_depth_v2_labeled.mat file and access its label attribute. When I do a max over the label file, I get 894. How should I extract semantic label from it? Shouldn't label be indexing 0~12 classes?
My final goal is to get the instance segmentation mask, bounding box along with its class label. Can I ask you to recommend any ways to do it? Thank you!
I open the nyu_depth_v2_labeled.mat file and access its label attribute. When I do a max over the label file, I get 894. How should I extract semantic label from it? Shouldn't label be indexing 0~12 classes? My final goal is to get the instance segmentation mask, bounding box along with its class label. Can I ask you to recommend any ways to do it? Thank you!