# Auto-Grounding for Cuboids and Polylines

Autogrounding is a feature that automatically aligns cuboids and polylines to the ground in a point cloud environment. This ensures that annotations are accurately positioned on the surface without requiring manual adjustments. By leveraging the sensor data, the tool detects the ground level and adjusts the objects accordingly, improving efficiency and consistency.

{% hint style="success" %} <img src="/files/mXHEiGg35kYjwl0I4r5p" alt="" data-size="line"> Auto-Grounding Mode offers configurable options to define which reference surface should be considered as the ground during annotation.
{% endhint %}

![](/files/e58de4b0bc3f5a5acb8f8ffaeea79845733be14c)

***

## Benefits

* Saves Time: Reduces the need for manual positioning, allowing experts to focus on other critical tasks.
* Increases Accuracy: Ensures annotations are correctly aligned with the ground, minimizing errors in labeling.
* Enhances Consistency: Standardizes the annotation process across different frames and datasets.
* Reduces Effort: Automates a repetitive task, improving the overall workflow for annotation experts.

***

## Steps to use Autogrounding

{% stepper %}
{% step %}

#### Select tool

Select either the Cuboid or 3D Polyline tool.
{% endstep %}

{% step %}

#### Enable autogrounding

Enable autogrounding — a “+” icon will appear beside the Autoground icon.
{% endstep %}

{% step %}

#### Choose grounding source

Choose your preferred grounding source. Options include:

* Classified Ground Points:
  * Tool’s internal algorithm (default)
  * ML Ground Segmentation
  * Customer-provided Ground vs Non-Ground segregation with the dataset
* Lowest height value
  {% endstep %}

{% step %}

#### Automatic alignment

Your annotations will now auto-align to the selected ground reference for better accuracy and speed.
{% endstep %}

{% step %}

#### Verify and adjust

Verify the positioning of the annotation and make manual adjustments to refine the alignment if needed.
{% endstep %}

{% step %}

#### Save

Save the changes.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.imerit.net/3d-multi-sensor-fusion/labeling/3d-multi-sensor-fusion-labeling-editor/key-features/auto-grounding-for-cuboids-and-polylines.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
