Hi, thanks for releasing the code. I have a question about the test setting on PU-GAN dataset.
In original PU-GAN dataset, the test input sparse patches are generated by random downsampling form the ground truth, while this work uses Poisson downsampling in prepare_pugan.py. The former generates a realistic and non-uniform distribution, while the Poisson downsampling produces a uniform distribution.
I directly test the released model on PU-GAN test set under random downsampling setting, and find the performance degenerates greatly (CD 0.245->0.495). It seems that the method is sensitive to the input distribution pattern.
So, do you have some ideas about this phenomenon? Many thanks!
Hi, thanks for releasing the code. I have a question about the test setting on PU-GAN dataset.
In original PU-GAN dataset, the test input sparse patches are generated by random downsampling form the ground truth, while this work uses Poisson downsampling in prepare_pugan.py. The former generates a realistic and non-uniform distribution, while the Poisson downsampling produces a uniform distribution.
I directly test the released model on PU-GAN test set under random downsampling setting, and find the performance degenerates greatly (CD 0.245->0.495). It seems that the method is sensitive to the input distribution pattern.
So, do you have some ideas about this phenomenon? Many thanks!