The 3D Cuboid tool draws three-dimensional bounding boxes in the point cloud viewer. It is the primary tool for annotating objects in LiDAR point cloud data, commonly used in autonomous driving and robotics.Documentation Index
Fetch the complete documentation index at: https://avala.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
When to Use
Use 3D cuboids when:- You are annotating LiDAR point cloud data
- The task requires 3D object detection (e.g., vehicles, pedestrians, cyclists)
- You need position, dimensions, and orientation (heading) for each object
- The downstream model expects 3D bounding box labels
- You are working with 2D images — use the Bounding Box tool
- You need lane or boundary annotations in 3D — use the Polyline tool
- You need semantic labels for the entire scene — use the Segmentation tool
Usage
- Press
Cor select the Cuboid tool from the toolbar - Click in the point cloud to place the cuboid center
- A default cuboid appears at the clicked location
- Adjust the cuboid:
- Drag corners: Resize length, width, and height
- Drag edges: Adjust individual dimensions
- Drag center handle: Reposition the cuboid
- Drag rotation handle: Rotate around the Z-axis (yaw)
- Assign a label
Adjusting Dimensions
| Handle | Action |
|---|---|
| Corner handles | Resize in two dimensions simultaneously |
| Edge handles | Resize in one dimension |
| Top face | Adjust height |
| Rotation ring | Rotate yaw |
| Center point | Move position |
Multi-Camera Verification
When camera data is available, 3D cuboids automatically project onto camera images:- Draw or adjust the cuboid in the 3D view
- Check the camera panels to verify the projection aligns with the object
- Adjust if the 2D projection does not match
Shortcuts
| Shortcut | Action |
|---|---|
C | Activate the 3D Cuboid tool |
R | Reset the 3D camera view |
Delete / Backspace | Delete selected cuboid |
Ctrl+Z / ⌘Z | Undo |
Ctrl+Shift+Z / ⌘⇧Z | Redo |
Common Mistakes
- Box too large: The cuboid should tightly enclose just the object’s points, not a cloud of surrounding points
- Wrong ground alignment: The bottom face should sit on the ground plane — objects that float or sink below the ground indicate incorrect height
- Incorrect heading: The cuboid’s forward direction should match the object’s direction of travel, not be arbitrary
- Ignoring camera verification: Always check the camera projection when cameras are available
Advanced Tips
- Fit to points: Size the cuboid to tightly enclose the object’s points only
- Ground contact: Align the bottom face with the ground plane
- Orientation: Match the cuboid heading to the object’s direction of travel
- Use camera views to verify depth and height, which are harder to judge in the top-down 3D view
- Press
Rto reset the 3D camera view if you lose orientation - For sequences, cuboids can be tracked across frames with interpolation between key frames
Related Tools
- Bounding Box — For 2D rectangular annotations on images
- Polyline — For lane markings and boundaries in 3D
- Keypoint — For pose estimation on 2D images
- Segmentation — For pixel-level semantic labels