You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hi, I found that you have some lines of code in 'test_conv_general.py' to make the input into patches as followed:
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!
The text was updated successfully, but these errors were encountered: