I wonder if the 3D gaussian ball can be used to process point clouds #2
Holmes-Alan
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, if I can run the 3D Gaussian ball initialization as,
import Gaussian
pc = torch.rand(32, 1000, 3).cuda()
gaussian = Gaussian.convert_pc(pc)
Beta Was this translation helpful? Give feedback.
All reactions