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

Could you give more instructions on how to make the test point cloud in patches #5

Open
WikiChao opened this issue Jan 17, 2021 · 1 comment

Comments

@WikiChao
Copy link

Hi, I found that you have some lines of code in 'test_conv_general.py' to make the input into patches as followed:

   # make the test point cloud in patches
    noisy_test_patches = np.reshape(noisy_test, [-1, 1024, 3])
    noisy_test_patches= noisy_test_patches.astype(np.float32)
    noisy_test= noisy_test.astype(np.float32)

I would like to know if you just use the 'reshape' function to turn the input into patches, which I think is random, or you have some pre-processing operations before this step.

Looking forward to your reply, thanks!

@ia-usami
Copy link

+1

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