Skip to main content
A Scene is the Encord data unit that contains 3D sensor data. It can contain point clouds, such as LiDAR and radar point clouds, camera images, camera calibration, and vehicle or robot poses. Annotators open Scenes as tasks for 3D labeling and review. For the supported point cloud and container formats, see Supported data formats.

Register a Scene with the SceneBuilder

Use the SceneBuilder for Scene registration whenever possible. It validates stream references before upload and keeps you from hand-maintaining large JSON payloads. See Scene SDK workflow for the full documentation on the SceneBuilder
Create or load a StorageFolder and cloud integration ID with the Python SDK, then use the SceneBuilder to build and upload the Scene. For method-level details, see the SceneBuilder reference.
Build and Upload a Scene
After registration, add the Scene item to a Dataset and create an annotation Project as you would for other data types.