Enable hardware acceleration in Chrome before annotating large point clouds or multimodal Scenes.
What You Need
- A cloud storage integration that can access your point cloud and image assets.
- A folder in Files & Folders for the registered Scenes.
- A Dataset and Project for annotation work.
- An Ontology with the Scene tools you need, such as cuboids, polylines, keypoints, or classifications.
1. Prepare Scene Assets
Put each Scene’s files in a stable cloud prefix. For example:2. Register Scenes
Use the Python SDK to build and upload Scenes. The SDK is preferred over hand-authored JSON because it validates stream names, references, camera links, and frame-of-reference relationships before registration.Build and Upload a Scene
3. Create the Annotation Project
- Add the registered Scene items to a Dataset.
- Create or reuse an Ontology for the labels you need.
- Create a Project from the Dataset and Ontology.
- Assign work through your Workflow as usual.
route, split, capture_date, or scenario on Scene items if you need to filter, prioritize, or route tasks later.
4. Annotate Scenes
Open a task and use the Scene editor to inspect the point cloud, camera views, and synchronized frames. Recommended first pass:- Confirm the point cloud orientation and scale look correct.
- Check that camera images align with the point cloud if calibration is present.
- Use the built-in Scene navigation tutorial to choose mouse or trackpad controls.
- Create the first few labels, move through frames, and verify object continuity.
5. Review and Reuse Scene Data
After annotation, spot-check a few completed tasks in review. Pay special attention to frame alignment and camera projection quality; most Scene issues are easiest to catch visually. UseSceneReader when you need to inspect, copy, or migrate registered Scene assets.
Read and Copy a Scene

