PU-GAN icon indicating copy to clipboard operation
PU-GAN copied to clipboard

Gaussian noise issue

Open mytruelxy opened this issue 2 years ago • 1 comments

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, ...]

mytruelxy avatar Aug 28 '22 11:08 mytruelxy

Is the Gaussian noise refer to this part?

mytruelxy avatar Aug 28 '22 11:08 mytruelxy