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
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, ...]
The text was updated successfully, but these errors were encountered:
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, ...]
The text was updated successfully, but these errors were encountered: