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

Issues about KITTI-STEP dataset #61

Closed
HarborYuan opened this issue Sep 26, 2021 · 3 comments
Closed

Issues about KITTI-STEP dataset #61

HarborYuan opened this issue Sep 26, 2021 · 3 comments
Assignees

Comments

@HarborYuan
Copy link

Hi @markweberdev ,

Thanks for your work on deeplab2 and the STEP paper.

We are trying to follow the KITTI-STEP dataset in our own project. Howver, we found that for the class ids [12,14,15,16,17,18], the instance id annotations are 0. We acknowldge that they do not have the sequence-consistent annotations, but our question is that:

  1. does the curent annotation means that each object of the above class labels is unique in the specific image?
  2. if 1 is false, do I need to consider [12,14,15,16,17,18] as thing?

Thansk again.

@markweberdev
Copy link
Collaborator

Hi HarborYuan,

Indeed, only the classes 11 and 13 have track annotations (see here: https://github.com/google-research/deeplab2/blob/main/data/dataset.py#L162).

I'm not sure I understand the question right. There is no guarantee that for example, an image only contains one bicycle. However, in case there are two bicycles these would not have different track IDs.

You only need to consider 11 and 13 as things, all other classes are considered to be stuff.

Please let me know, if that answers your question.

@markweberdev markweberdev self-assigned this Sep 26, 2021
@HarborYuan
Copy link
Author

Hi,

Thanks for your help. I think you have solved my question.
I just treated the annotations as the cityscapes annotations and thought the thing-stuff definition is the same.

Thanks.

@ruili3
Copy link

ruili3 commented Jul 17, 2023

Hi HarborYuan,

Indeed, only the classes 11 and 13 have track annotations (see here: https://github.com/google-research/deeplab2/blob/main/data/dataset.py#L162).

I'm not sure I understand the question right. There is no guarantee that for example, an image only contains one bicycle. However, in case there are two bicycles these would not have different track IDs.

You only need to consider 11 and 13 as things, all other classes are considered to be stuff.

Please let me know, if that answers your question.

Hi Mark,

I have a subsequent question regarding KITTI STEP. Does the instance annotation ID consistent with the initial instance ID used in the KITTI tracking dataset, considering they are using the same data splits?

Thank you!

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

3 participants