kxhit / vMAP

[CVPR 2023] vMAP: Vectorised Object Mapping for Neural Field SLAM
https://kxhit.github.io/vMAP
Other
325 stars 20 forks source link

Questions regarding semantic_instance files #9

Closed idra79haza closed 1 year ago

idra79haza commented 1 year ago

Hi! I have a question regarding regarding the semantic_instance files!

Why do we need it for?!

It seems like it is all black...!!

Thank you in advance!!

kxhit commented 1 year ago

Hi @idra79haza For vMAP, we need instance masks to know where the objects are and their associated model. I think you can find the IDs when you load it.

idra79haza commented 1 year ago

Wow thank you for quick reply!!

Oh I was wondering regarding different semantic files im imap dataset. There seems to be 3 files like "semanticclass.png" files, "vis_semanticclass.png" files, and "semanticinstance*.png" files. Do we need all of these different files?!

Thank you!

kxhit commented 1 year ago

The code for loading data is here. We need instance masks for association and semantic masks for modelling it as an object or turning it into background model.

idra79haza commented 1 year ago

Thank you so much:)