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

[help wanted] A question in model implementation #53

Open
JLUtangchuan opened this issue Oct 4, 2021 · 2 comments
Open

[help wanted] A question in model implementation #53

JLUtangchuan opened this issue Oct 4, 2021 · 2 comments

Comments

@JLUtangchuan
Copy link

See in pointgroup.py#L283, why semantic_preds >1 ? (ignore Class 0 and Class 1?)

object_idxs = torch.nonzero(semantic_preds > 1).view(-1)

object_idxs = torch.nonzero(semantic_preds > 1).view(-1)

@QingWindIsStillTheWind
Copy link

Do you know why this is set? I also have this doubt

@JLUtangchuan
Copy link
Author

class0 and class1 represent wall and floor, those should be ignored during offset prediction

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

2 participants