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

Failed to get the superpoint of Replica #14

Open
intro965 opened this issue May 6, 2024 · 4 comments
Open

Failed to get the superpoint of Replica #14

intro965 opened this issue May 6, 2024 · 4 comments

Comments

@intro965
Copy link

intro965 commented May 6, 2024

I'm getting an error when I try to get the superpoint of Replica. Have you encountered this problem?
image

@PhucNDA
Copy link
Collaborator

PhucNDA commented May 6, 2024

Hi @intro965,
We provide the processed Replica dataset here.

Best.

@intro965
Copy link
Author

intro965 commented May 6, 2024

This data sample half of the original points. How to get superpoint result for original points?

@shjung13
Copy link

I also faced this issue. The provided Replica dataset has only half of the points.

However, the original dataset has polygon mesh so superpoint algorithm cannot be applied.

So, I used Meshlab to convert it to triangle mesh while maintaining the number of points.
(Filters > Remeshing, Simplification and Reconstruction > Turn into a Pure-Triangular mesh)

Hope this works in your case.

@ngoductuanlhp
Copy link
Collaborator

Hi,

For processing the original mesh files from the Replica dataset, we use trimesh, which automatically converts polygon meshes to triangular meshes and run the superpoint segmentation from ScanNet. We then sample and retain only half of the points to save storage.

Best.

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

4 participants