> For the complete documentation index, see [llms.txt](https://docs.imerit.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.imerit.net/3d-multi-sensor-fusion/labeling/3d-multi-sensor-fusion-labeling-editor/key-features/auto-grounding-for-cuboids-and-polylines.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` 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>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
