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

Class ModelOutput

flowmap/model/model.py:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24@dataclass
25class ModelOutput:
26 depths: Float[Tensor, "batch frame height width"]
27 surfaces: Float[Tensor, "batch frame height width xyz=3"]
28 intrinsics: Float[Tensor, "batch frame 3 3"]
29 extrinsics: Float[Tensor, "batch frame 4 4"]
30 backward_correspondence_weights: Float[Tensor, "batch frame-1 height width"]
31
32
33@dataclass

Callers 1

forwardMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected