| 11 | |
| 12 | @dataclass |
| 13 | class 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 |
no outgoing calls
no test coverage detected