MCPcopy Create free account
hub / github.com/dcharatan/flowmap / ModelExports

Class ModelExports

flowmap/model/model.py:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33@dataclass
34class ModelExports:
35 extrinsics: Float[Tensor, "batch frame 4 4"]
36 intrinsics: Float[Tensor, "batch frame 3 3"]
37 colors: Float[Tensor, "batch frame 3 height width"]
38 depths: Float[Tensor, "batch frame height width"]
39
40
41class Model(nn.Module):

Callers 1

exportMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected