| cover | ../../.gitbook/assets/Screenshot 2024-03-08 at 13.20.32.png |
|---|---|
| coverY | 0 |
{% hint style="info" %}
When creating a dataset through the Python SDK, choose pointcloud-vector or pointcloud-vector-sequence as the task_type to use this labeling interface
{% endhint %}
{% hint style="info" %} Tip: use your GPU in Chrome to make sure the 3D point cloud interface runs smoothly. {% endhint %}
You can create three types of vectors: a polygon, polyline, and a keypoint.
- Select the "Create polygon" tool by clicking on the polygon icon in the toolbar on the left, or by pressing the hotkey (
gby default). - Click in the perspective or orthographic view to add a point to the polygon (each click adds a new point).
- Close the polygon by
- double clicking (this adds a final point and closes the polygon) or by
- clicking on the first polygon point (this closes the polygon without adding a final point) or by
- confirming the object (hotkey
spaceby default) - this closes the polygon without adding a final point.
To reopen a completed polygon for continued drawing, double-click any of its points.
- Select the "Create polyline" tool by clicking on the line icon in the toolbar on the left, or by pressing the hotkey (
nby default). - Click in the perspective or orthographic view to add a point to the polyline (each click adds a new point).
- Close the polyline
- by double clicking (this adds a final point and finishes the polyline) or by
- confirming the object (press
spacehotkey by default) - this closes the polyline without adding a final point.
To reopen a completed polyline, double-click its first or last endpoint. Double-clicking a middle point does not reopen the polyline.
{% hint style="info" %} It's possible to view the direction of a polyline on orthographic top views. To enable this, open the "Settings" tab, go to the "Helper objects" section and activate "Show polyline arrows". {% endhint %}
- Select the "Create point" tool by clicking on the point icon in the toolbar on the left, or by pressing the hotkey (
pby default). - Click in the viewer to add a point.
- Select the vector you want to remove.
- Press the hotkey (
Backspaceby default) or click the trash icon next to the object in the objects sidebar on the right.
- Select the "Select and edit" tool by clicking on the pointer icon in the toolbar on the left, or by pressing the hotkey (
Escby default). - Click on the vector in any view.
- Click on the object in the objects sidebar to select it.
- Polygon. Hover over a polygon (the cursor changes to a "move cursor"). Click, hold and drag to move the polygon.
- Polyline. Hover over a polyline (do not hover over the middle of a line segment, this adds a preview of a new polyline point - see #add-a-point-to-a-vector). The cursor changes to a "move cursor". Click, hold and drag to move the polyline.
- Point. Hover over a point (the cursor changes to a "move cursor"). Click, hold and drag to move the point.
Hover over a polygon point, a polyline point or a key point. The cursor changes to a "grab cursor". Click, hold and drag to move this point.
- Select a polygon or polyline annotation.
- Press
Shiftand move the mouse close to a line segment. - Click to add this point to the polygon or polyline. Note that the new point gets initialized at a height that is linearly interpolated from the height of its two neighboring nodes.
- Release
Shiftand move the point if necessary.
- Hover over keypoint or a polygon or polyline point.
- Press
Shiftand click to remove the point.
When creating or editing a polygon or polyline, hold Shift + F to activate node snapping. This snaps the point you add to the nearest handle of an existing vector, within a certain distance threshold.
Points snapped this way share exact coordinates with the original handle, making them co-located. Co-located points stay linked across tracks:
- Dragging a co-located point moves all points at the same coordinates together
- Undo/redo applies atomically across all affected tracks
- Unsnapping: hold
Shiftand click a co-located point to break the link — the point will move independently afterward
In the Settings sidebar, go to the "Annotation placement" section to change how the height of newly created annotations (cuboids and polygon/polyline nodes) is determined:
- Fixed (default_z): all annotations are initialized at a fixed height, determined by the configurable
default_zparameter which can be provided when uploading a sample (defaults to 0). - Snap to point cloud: the height of new annotations is determined dynamically based on the surrounding point cloud points.
- Select the vector.
- Open the category dropdown by clicking on the category name in the objects sidebar on the right, or by pressing the hotkey (
cby default). - Select a category by clicking on the desired category, or by using the arrow keys and pressing
Enterto confirm.
- Select the vector.
- Press the hotkey of the desired category (
1-9).
Press the hotkey (Tab by default).
In the Settings sidebar, go to the "Vector" section to change the node size and line width of vector annotations.

.png)