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 get [near_points] in the datasets #12

Open
Frreed opened this issue Feb 25, 2023 · 2 comments
Open

How to get [near_points] in the datasets #12

Frreed opened this issue Feb 25, 2023 · 2 comments

Comments

@Frreed
Copy link

Frreed commented Feb 25, 2023

Hi, very thanks for your amazing work.
i want to ask how to generate near_pionts myself ?

@1zb
Copy link
Owner

1zb commented Feb 26, 2023

This is how I preprocess the dataset

    near_points = [
        surface_points + np.random.normal(scale=0.005, size=(N_near, 3)),
        surface_points + np.random.normal(scale=0.05, size=(N_near, 3)),
    ]
    near_points = np.concatenate(near_points)

Given a surface point cloud ( surface_points ), we jitter the point cloud with Gaussian noise.

@Frreed
Copy link
Author

Frreed commented Feb 27, 2023

@1zb Hi, very thanks for your reply, good luck to you!

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