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

Segment point clouds with different point numbers #246

Open
ZimengTan opened this issue Feb 9, 2023 · 0 comments
Open

Segment point clouds with different point numbers #246

ZimengTan opened this issue Feb 9, 2023 · 0 comments

Comments

@ZimengTan
Copy link

Hi,
How to inference point clouds with different point numbers for part segmentation or semantic segmentation?
The number of points in my dataset is around 15,000. I randomly sampled 2048 points at a time during training.

When testing, I want to get the predicted label for each point.
Should I feed the whole point cloud into the network at once (with batchsize=1)?
Will the difference in points between training and testing (2048 vs 15,000) damage performance?
Or should I sample 2048 points at a time until all points are predicted?

Thank you so much!

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