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