3D point cloud segmentation interface
When creating a dataset through the Python SDK, choose pointcloud-segmentation
or pointcloud-segmentation-sequence
as the task_type
to use this labeling interface.
Tip: use your GPU in Chrome to make sure the 3D point cloud interface runs smoothly.
Create a new object
If another object is currently selected, first confirm the active object.
Select some points. Instantly, a new object is created and appears in the objects sidebar.
Select points
Select points using the depth brush tool
Select the depth brush tool by clicking on the brush icon in the toolbar on the left, or by pressing the hotkey (
b
by default).When hovering over points, the points in the depth range of the brush will be highlighted, and the points outside the brush will be darkened.
Click or click and drag in any view to select the points in the depth range of the brush.
Select points using the polygon tool
Select the polygon tool by clicking on the polygon icon in the toolbar on the left, or by pressing the hotkey (
g
by default).Click in one of the views to place the first polygon point and start drawing the polygon.
Click to add additional points (connected by a straight line) or click and drag to add a line that follows your mouse path.
To close the polygon, either:
Double-click the last point
Click on the first point (indicated by a square)
Press the hotkey (
Enter
by default)
Select points using the box tool
Select the box tool by clicking on the rectangle icon in the toolbar on the left, or by pressing the hotkey (
m
by default).Click and drag in one of the views to draw a box. When you release your mouse click, the points in the box will be selected.
Deselect points
Activate one of the selection tools.
To deselect points, either:
Click on the eraser icon in the left toolbar, and then use the selection tool. The newly selected points will now be removed from the active object.
Use the selection tool, and hold the shortcut (
e
by default) to remove points from the active object.
Remove an object
Select the object you want to remove.
Press the hotkey (
Backspace
by default) or click the trash icon next to the object in the objects sidebar on the right.
Select an object
Using the "View and select" tool
Select the "View and select" tool by clicking on the cursor icon in the toolbar on the left, or use the hotkey (
Esc
by default).Click on a point of the object in any view.
Using the objects sidebar
Click on the object in the objects sidebar to select it.
Confirm the active object
Press the hotkey (Space
by default), or select another object.
Change the category of an object
Using the category dropdown
Select the object.
Open the category dropdown by clicking on the category name in the objects sidebar on the right, or by pressing the hotkey (
c
by default).Select a category by clicking on the desired category, or by using the arrow keys and pressing
Enter
to confirm.
Using the category hotkey
Select the object.
Press the hotkey of the desired category (
1
-9
).
Change the brush size
Select the depth brush tool by clicking on the brush icon in the toolbar on the left, or by pressing the hotkey (
b
by default).Drag the brush size slider in the toolbar on the left, or use the hotkey (
Ctrl/cmd + scroll
by default).
Change the brush depth
Select the depth brush tool by clicking on the brush icon in the toolbar on the left, or by pressing the hotkey (
b
by default).Drag the brush depth slider in the toolbar on the left, or use the hotkey (
Ctrl/cmd + Shift + scroll
by default).
Use the lock mode
When the lock mode is enabled, you cannot select points that are already part of another object.
To toggle the lock mode:
Activate one of the selection tools.
Click the lock icon in the toolbar on the left, or use the shortcut (
r
by default) to toggle the lock mode.
Cycle between objects/ select the next object
Press the hotkey (Tab
by default).
Use the limiting cuboid
The limiting cuboid can be used to limit the point cloud to an (oriented) bounding box. Only points in the cuboid can be edited.
Limit the point cloud to an oriented bounding box
Adjust the cuboid:
Adjust the cuboid dimensions by clicking and dragging a face of the cuboid.
Rotate the cuboid by clicking and dragging the red rotation plane attached to the cuboid.
Translate the cuboid freely by clicking and dragging the yellow cube in the middle of the cuboid. Hover over the yellow cube in the middle to see the translation axes. Click and drag on an axis to translate the cuboid along the selected axis.
Apply the changes by clicking on the cuboid icon again or by selecting any of the segmentation tools in the toolbar on the left.
In interface layout presets 1 and 5, you can also adjust the limiting cuboid in the side, top, and back views.
Limit the height of the point cloud
Adjust the min/max values in the sidebar on the right.
Apply the changes by clicking on the cuboid icon again or by selecting any of the segmentation tools in the toolbar on the left.
Reset the limiting cuboid
Click on the "Reset limiting cuboid" button located at the center-top of the interface.
Apply the changes by clicking on the cuboid icon again or by selecting any of the segmentation tools in the toolbar on the left.
Last updated