Documentation
CtrlK
  • Introduction
  • Tutorials
    • Getting started
    • Python SDK quickstart
    • Model-assisted labeling
  • How to annotate
    • Label images
    • Label 3D point clouds
    • Label sequences of data
    • Annotate object links (beta)
    • Use the warning system
    • Customize hotkeys
  • How to manage
    • Add collaborators to a dataset
    • Create an organization
    • Configure the label editor
    • Customize label queue
    • Search within a dataset
    • Clone a dataset
    • Work with issues
    • Bulk change label status
    • Manage QA processes
  • How to integrate
    • Import data
    • Export data
    • Integrations
    • Create an API key
    • Upload model predictions
    • Set up webhooks
  • Background
    • Main concepts
    • Sequences
    • Label queue mechanics
    • Labeling metrics
    • 3D Tiles
    • Security
  • Reference
    • Python SDK
    • Task types
    • Sample formats
    • Label formats
    • Categories and attributes
    • API
Powered by GitBook
On this page

Was this helpful?

  1. Reference

Task types

Task type
Sample type
Label type

segmentation-bitmap

Image

Segmentation labels

vector

Image

Vector labels (bounding box, polygon, polyline, keypoint)

bbox

Image

Bounding box labels

image-vector-sequence

Image sequence

Vector labels (bounding box, polygon, polyline, keypoint)

image-segmentation-sequence

Image sequence

Segmentation labels

pointcloud-segmentation

3D point cloud

Segmentation labels

pointcloud-cuboid

3D point cloud

Cuboid labels

pointcloud-vector

3D point cloud

Vector labels (polygon, polyline, keypoint)

pointcloud-segmentation-sequence

3D point cloud sequence

Segmentation labels

pointcloud-cuboid-sequence

3D point cloud sequence

Cuboid labels

pointcloud-vector-sequence

3D point cloud sequence

Vector labels (polygon, polyline, keypoint)

multisensor-sequence

Multi-sensor sequence

Multi-sensor sequence labels

PreviousSecurityNextSample formats

Last updated 1 year ago

Was this helpful?