segmentMap
value is also generated to reflect the order in which the annotation was created.
In other words, when exporting a Task’s annotations, the first annotation created by a labeler will have a segmentMap
value of “1” in the accompanying JSON file; the second annotation will have a segmentMap
value of “2”, and so on. For more detailed information about how segmentations are mapped, please see our Format Reference for Exported Annotations.
The RedBrick AI SDK also supports both semantic export and exports of binary masks using the export_tasks()
SDK method.
delete
/ backspace
hotkey. Alternatively, you can use the Delete Action in the actions dropdown.
To delete all Labels, use the shortcut shift + delete
/shift + backspace
.
h
hotkey. If you are not hovering over a label (either on the canvas or on the left side bar), the h
hotkey will hide/show the currently selected label.
To hide/show all labels use the shortcut shift + h
or the hide all action in the Object Labels three dot menu dropdown.
u
hotkey. If you are not hovering over a label (either on the canvas or in the left side bar), the u
hotkey will lock/unlock the currently selected label.
To lock/unlock all labels, use the shortcut shift + u
or the Lock All Action in the Object Labels three-dot menu dropdown.
Watch the video below to understand how to prevent/allow the overwriting of annotations.
v
shortcut to activate Vibrant Mode to highlight that Entity.
group?: string
) in the tasks.json
file generated upon export.
CTRL/CMD+L
hotkey to activate Link Mode.LMB
to select any Object Label in the viewports or the lefthand toolbar to create a Label Group.A read-only label in the Editor's left sidebar
Configuring read-only label permissions
A sample flow utilizing ROL permission levels
A sample flow ideal for iterating over a dataset
Version Explorer Tutorial