Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
class
DecoderOutput:
20
color: Float[Tensor,
"batch view 3 height width"
]
21
depth: Float[Tensor,
"batch view height width"
] | None
22
23
24
T = TypeVar(
"T"
)
Callers
1
forward
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected