> For the complete documentation index, see [llms.txt](https://docs.segments.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.segments.ai/how-to-annotate/label-multi-sensor-data/3d-to-2d-projection.md).

# 3D to 2D Projection

For multi-sensor labeling, utilizing the ‘Project cuboids to camera sensors’ feature will automatically project 2D bounding boxes on the camera sensor frames from the 3D cuboids in the lidar point cloud. The projected 2D bounding boxes will maintain the object’s track ID throughout all sensors. This will help speed up the labeling for the 2D camera frames.

<figure><img src="/files/FTWO192s1fFEwmbYym8P" alt=""><figcaption><p> </p></figcaption></figure>

{% hint style="info" %}
The sensors list has been moved to a dropdown in the top part of the right sidebar.
{% endhint %}

Open the sensors dropdown to access ‘Project cuboids to camera sensors’.

<figure><img src="/files/kUAEc5w36cAkMFBdcbca" alt="" width="375"><figcaption></figcaption></figure>

### **Overwrite existing tracks**

* If this option is checked, it will use the 3D cuboids to overwrite existing 2D bounding box objects.
* If you made adjustments to the 2D bounding boxes and want to project additional objects from 3D to 2D, make sure this option is unchecked.

<figure><img src="/files/1JXKZqVnuNoVBLgLwxgn" alt="" width="296"><figcaption></figcaption></figure>


---

# 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.segments.ai/how-to-annotate/label-multi-sensor-data/3d-to-2d-projection.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.
