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. Scenes can be created in Encord by either:
  • Referencing a single .mcap file
  • Creating a Composite Scene to reference existing files in your cloud bucket.
For the supported point cloud and container formats, see Supported data formats.

Upload an .mcap file directly

If your sensor data is already in an .mcap recording, you can upload the file directly. Upload the file in Encord Files & Folders, or use the SDK to upload a local file or register a file from cloud storage:
See MCAP Support for supported schemas, size guidance, custom layouts, and label import/export.

Register a Composite Scene with the SceneBuilder

Use the SceneBuilder when your sensor streams live in separate files that you want to combine into a composite Scene. 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.