Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

semantic labels #14

Closed
alexandervakhitov opened this issue Oct 26, 2020 · 4 comments
Closed

semantic labels #14

alexandervakhitov opened this issue Oct 26, 2020 · 4 comments

Comments

@alexandervakhitov
Copy link

Hi! That is a really good dataset! I'd like to make the use of the semantic annotations available in it. Which set of semantic classes is used on the dataset? I haven't found any tools or documentation describing the class ids and labels... Could you please provide me with this information? Thank you!

@Amigoshan
Copy link
Contributor

Amigoshan commented Nov 1, 2020

Hi, here is the information about the semantic labels: https://github.com/castacks/tartanair_tools/blob/master/data_type.md#segmentation-image
Basically, we are adopting what AirSim has: https://github.com/microsoft/AirSim/blob/master/docs/image_apis.md#segmentation

@ganlumomo
Copy link

Hi! @Amigoshan, I have read both links but still not clear about the semantic segmentation labels. Because according to https://github.com/microsoft/AirSim/blob/master/docs/image_apis.md#segmentation, the labels provided depend on experimental setting (basically code) when you collect them. Could you give more information regarding this?

Specifically, I have the following questions:

  1. I understand that the labels are from 0-255 from an object mesh, but how do I suppose to know the exact mesh name now?
  2. Is an object for example "ground" has the same label in all the sequences? Because otherwise, the semantic segmentation labels are not very useful.

Thank you so much for your help!

@Qjizhi
Copy link

Qjizhi commented Mar 4, 2022

Hi! @Amigoshan, I have read both links but still not clear about the semantic segmentation labels. Because according to https://github.com/microsoft/AirSim/blob/master/docs/image_apis.md#segmentation, the labels provided depend on experimental setting (basically code) when you collect them. Could you give more information regarding this?

Specifically, I have the following questions:

1. I understand that the labels are from 0-255 from an object mesh, but how do I suppose to know the exact mesh name now?

2. Is an object for example "ground" has the same label in all the sequences? Because otherwise, the semantic segmentation labels are not very useful.

Thank you so much for your help!

I have the same question.

@kwea123
Copy link

kwea123 commented Jul 15, 2023

#22 same issue
so there is no id -> name mapping available. The id is the same within a scene, but not necessarily the same for another, e.g. the ground for scene A can be 22 but 99 for scene B

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants