puhsu / point-clouds

Differentiable point cloud rendering
4 stars 1 forks source link

Can I render colored point clouds using your code? #1

Open BostonLobster opened 3 years ago

BostonLobster commented 3 years ago

As the title mentioned, is it possible to render a colored point clouds to a RGB image using your code?

puhsu commented 3 years ago

Hi! It's not possible with this code. Notebook contains implementations only for silhouettes.

Larry-u commented 3 years ago

@puhsu Hi, thanks for your reply. But I am wondering whether this differentiable rendering method can render colored point cloud. Since in the original paper, the author assume the point cloud si a set of N tuples P={x, s, y}, where x is the point position, s the size parameter, y the signal (e.g. an RGB color). So I think maybe it is possible to render an RGB image?