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

Class Batch

flowmap/dataset/types.py:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12@dataclass
13class Batch(Manipulable):
14 videos: Float[Tensor, "batch frame 3 height=_ width=_"]
15 indices: Int64[Tensor, "batch frame"]
16 scenes: list[str]
17 datasets: list[str]
18 extrinsics: Float[Tensor, "batch frame 4 4"] | None = None
19 intrinsics: Float[Tensor, "batch frame 3 3"] | None = None

Callers 2

overfitFunction · 0.85
preprocess_batchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected