Documentation Index
Fetch the complete documentation index at: https://api-reference.scale.com/llms.txt
Use this file to discover all available pages before exploring further.
Create Sensor Fusion Tasks
[Recommended] We recommend using this SDK documentation to create Sensor Fusion tasks.
sensorfusion task. In this task, annotators load the sensor fusion scene and apply various annotations to mark objects or segment the point cloud. Sensor fusion scenes may contain 3D point clouds (from LiDARs, radars, and/or point sensors) and 2D images/videos (from camera sensors). Supported annotations include 3D cuboids, point cloud segmentation, 3D keypoints, and top-down polygons.
PosePath, CameraSensor, and LidarSensor.
List of URLs to the Sensor Fusion Scene objects you’d like to be labeled. For sensor fusion tasks, there must only be one url provided
The format of the scene provided. Currently only supports
sensor_fusionThe name of the project to associate this task with.
A markdown-enabled string or iframe embed google doc explaining how to do the task. You can use markdown to show example images, give structure to your instructions, and more.
List of annotation definitions to use for labeling.
The full url (including the scheme http:// or https://) of the callback when the task is completed.
A arbitrary ID that you can assign to a task and then query for later. This ID must be unique across all projects under your account, otherwise the task submission will be rejected. See Avoiding Duplicate Tasks for more details
If set to be true, if a task errors out after being submitted, the unique id on the task will be unset. This param allows workflows where you can re-submit the same unique id to recover from errors automatically
Whether to label as a frameless task
Arbitrary labels that you can assign to a task. At most 5 tags are allowed per task. You can query tasks with specific tags through the task retrieval API.