MCPcopy Create free account
hub / github.com/DSL-Lab/StreamSplat / forward_gaussians

Method forward_gaussians

model/encoder_model.py:62–66  ·  view source on GitHub ↗
(self, frames, depths, cond_times=None)

Source from the content-addressed store, hash-verified

60 return self
61
62 def forward_gaussians(self, frames, depths, cond_times=None):
63 # frames: [B, V, C, H, W]
64 # return: gaussians: [B, N, D]
65 decoder_out = self.model(frames, depths, cond_times=cond_times)
66 return decoder_out
67
68 def forward(self, data, step_ratio=0.0):
69 # data: [B, 2, C, H, W]

Callers 1

forwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected