ankurhanda / nyuv2-meta-data

all the meta data needed for nyuv2
109 stars 21 forks source link

Confused about the label in mat file #7

Closed AtlantixJJ closed 5 years ago

AtlantixJJ commented 5 years ago

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!

ankurhanda commented 5 years ago

The repo has everything, did you check that?

nyu_v2

AtlantixJJ commented 5 years ago

I think these two dir only contain semantic label. Where is instance label?