scene
scene
#
scene_dataset — a scene capture's keyframes as posed images.
scene_dataset(capture, max_dimension=1600)
#
The keyframes of capture as posed images, resized and carrying their depth.
Poses are ARKit's, metric and shared by every session relocalized into the same world map, so the frames of several sessions concatenate as they are. A frame without intrinsics is left out.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
capture
|
SceneCapture
|
The scene capture. |
required |
max_dimension
|
int
|
The longest image side, in pixels, as written. |
1600
|