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

Method forward_encoder

model/model_utils.py:583–587  ·  view source on GitHub ↗
(self, frames, depths, cond_times=None)

Source from the content-addressed store, hash-verified

581 param.requires_grad = False
582
583 def forward_encoder(self, frames, depths, cond_times=None):
584 frames = torch.cat([frames, depths], dim=2)
585 encoder_output = self.gs_predictor.encoder(frames, timestamp=None)
586
587 return encoder_output
588
589 def upsampling(self, output):
590 input_views = output.shape[1]

Callers 1

forwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected