MCPcopy Create free account
hub / github.com/cvg/NoPoSplat / BatchedExample

Class BatchedExample

src/dataset/types.py:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25
26class BatchedExample(TypedDict, total=False):
27 target: BatchedViews
28 context: BatchedViews
29 scene: list[str]
30
31
32class UnbatchedViews(TypedDict, total=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected