We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See in pointgroup.py#L283, why semantic_preds >1 ? (ignore Class 0 and Class 1?)
object_idxs = torch.nonzero(semantic_preds > 1).view(-1)
PointGroup/model/pointgroup/pointgroup.py
Line 283 in dea7ab1
The text was updated successfully, but these errors were encountered:
Do you know why this is set? I also have this doubt
Sorry, something went wrong.
class0 and class1 represent wall and floor, those should be ignored during offset prediction
No branches or pull requests
See in pointgroup.py#L283, why semantic_preds >1 ? (ignore Class 0 and Class 1?)
PointGroup/model/pointgroup/pointgroup.py
Line 283 in dea7ab1
The text was updated successfully, but these errors were encountered: