PU-GAN
PU-GAN copied to clipboard
Gaussian noise issue
Hello, the Gaussian noise mentioned in your thesis experiment
if self.opts.test_jitter: pc = pc_util.jitter_perturbation_point_cloud(pc[np.newaxis, ...], sigma=self.opts.jitter_sigma, clip=self.opts.jitter_max) pc = pc[0, ...]
Is the Gaussian noise refer to this part?