LightwheelAI / street-gaussians-ns

Unofficial implementation of "Street Gaussians: Modeling Dynamic Urban Scenes with Gaussian Splatting", ECCV2024.
Apache License 2.0
326 stars 30 forks source link

About the cube environment map #37

Closed pufferandrr closed 4 months ago

pufferandrr commented 4 months ago

Hi, thank you for your great work. The high resolution environment map used in the paper can be trained. Is the final result saved the rgb value of the cube map or the direction vector? Can this environment map be visualized? self.base = torch.nn.Parameter( 0.5 * torch.ones(6, resolution, resolution, 3, requires_grad=True), )