GPDNet icon indicating copy to clipboard operation
GPDNet copied to clipboard

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

Open WikiChao opened this issue 4 years ago • 1 comments

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!

WikiChao avatar Jan 17 '21 03:01 WikiChao

+1

ia-usami avatar Jul 30 '21 12:07 ia-usami