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

Class Example

src/scripts/convert_dl3dv.py:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60class Example(Metadata):
61 key: str
62 images: list[UInt8[Tensor, "..."]]
63
64
65def opengl_c2w_to_opencv_w2c(c2w: np.ndarray) -> np.ndarray:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected