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

The list for- Labels allowed #8

Open
Mayakshanesht opened this issue Jul 16, 2024 · 0 comments
Open

The list for- Labels allowed #8

Mayakshanesht opened this issue Jul 16, 2024 · 0 comments

Comments

@Mayakshanesht
Copy link

lidardata = batch['point_clouds'][2].squeeze()[2].numpy()
for ptind, pt in enumerate(lidardata.T):
if batch['point_clouds_labels'][2].squeeze()[2][ptind] in labels_allowed:
pts.append(pt)

In this code snippet, we are looking for the data inside the labels_allowed list but it is not defined anywhere in the code?

I believe this is a list of category types inside the point cloud annotations, and in our case it should be,
labels_allowed=[14,15,16,17,18,19,20, 21, 22, 23]

Is this okay or am I wrong?
If so, please suggest a solution.
Thanks in advance

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

1 participant