MCPcopy Create free account
hub / github.com/cvg/NoPoSplat / DecoderOutput

Class DecoderOutput

src/model/decoder/decoder.py:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18@dataclass
19class DecoderOutput:
20 color: Float[Tensor, "batch view 3 height width"]
21 depth: Float[Tensor, "batch view height width"] | None
22
23
24T = TypeVar("T")

Callers 1

forwardMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected