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

how to use use 3DSmoothNet to compute local descriptors for each 3-D keypoint of 3DMatch dataset? #161

Open
1 task done
Xinyi-tum opened this issue Jan 3, 2023 · 2 comments

Comments

@Xinyi-tum
Copy link

Have you read the documentation?

  • Yes
  • [] No - then this issue will be closed.

Post your theoretical questions / usage questions here.

Thanks a lot for your open resources! I'm doing comparing experiments with your method. And I have a few questions about the experiments on 3DMatch dataset.

  1. You said 'The authors provide 5000 randomly sampled keypoints for each scan.' in your paper. However, I can't find any keypoints files from 3DMatch dataset. Could you please give me more information about the keypoints files?

  2. Could you tell me the specific process of computing 3DSmoothNet descriptors on 3DMatch dataset? Because you said 'On average, there are 205 pairs of scans per scene (maximum: 519 in the Kitchen scene, minimum: 54 in the Hotel 3 scene).' in your paper. I'm wondering how you get the pair of scans? The raw data are separate point clouds.

@jingnanshi
Copy link
Member

Hi @Xinyi-tum sorry for the late reply.

  1. You should be able to download the interest points from the 3DSmoothNet repo (https://github.com/zgojcic/3DSmoothNet).
  2. The pairs are essentially scans that have overlapping areas, provided in the dataset. We didn't follow the official 3DMatch evaluation procedure, as they also need the method to be able to first identify what pairs can be matched. Since we were testing registration performance, it made sense to just use the pairs provided in the dataset.

@LimHyungTae
Copy link
Member

If there are no further questions, we will close the issue. Thx!

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

3 participants