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

generating labels #10

Open
songqi-github opened this issue Aug 12, 2021 · 12 comments
Open

generating labels #10

songqi-github opened this issue Aug 12, 2021 · 12 comments

Comments

@songqi-github
Copy link

Hi, @anthonyhu I got some trouble in generating BEV semantic labels of nuScenes.
The label I generated is like:
b8ef3b89bcfe40cf826c28a94438f4b8
d60278e424329d3d3d8c986bd91468f

Is it right? And how to visualize it in color? Waiting for your answer and thanks a lot!

@songqi-github
Copy link
Author

I directly used make_nuscenes_labels.py to generate labels and didn‘t change anything except the data path.

@lt573152873
Copy link

why? Are labels correct?

@cxyjy
Copy link

cxyjy commented Sep 2, 2021

I have the same problem,how to generate the correct label?

@taylover-pei
Copy link

How to solve the problem? Is the label can directly be used for training?

@raozhongyu
Copy link

I also meet this question, have you solve it

@vonshun
Copy link

vonshun commented Mar 2, 2022

How did you solve it?

@laozheng1
Copy link

I had the same problem. Did anyone get it solved?
Many thanks!

@lalaha1
Copy link

lalaha1 commented Apr 12, 2022

I directly used make_nuscenes_labels.py to generate labels and didn‘t change anything except the data path.

Hi, I met the same problem like you. How do you solve it? Thanks!

@wang-TJ-20
Copy link

Hi, @anthonyhu I got some trouble in generating BEV semantic labels of nuScenes. The label I generated is like: b8ef3b89bcfe40cf826c28a94438f4b8 d60278e424329d3d3d8c986bd91468f

Is it right? And how to visualize it in color? Waiting for your answer and thanks a lot!

hello,how to solve this question

@VincentWangty
Copy link

Hi, @anthonyhu I got some trouble in generating BEV semantic labels of nuScenes. The label I generated is like: b8ef3b89bcfe40cf826c28a94438f4b8 d60278e424329d3d3d8c986bd91468f

Is it right? And how to visualize it in color? Waiting for your answer and thanks a lot!

hello,how to solve this question?

@leijobs
Copy link

leijobs commented May 28, 2024

Hey, guys. I figure out why gt label is grayscale image. Diving into code then you can find the label generating process just encodes map layers and obj layers into single image by binary encoding, so the gt is right actually, and you can add cmap for colorise.

@quickgraduatethanks
Copy link

@leijobs Hi ! May I ask how to operate in order to get the colorful label picture in the original paper?

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