> 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/relationship-sensor-independent.md).

# Relationship - Sensor Independent

Relationship Sensor Independent (or Frame-Level Relationship Creation) — now, relationships between objects only need to be defined once per frame, rather than separately for each sensor view. This streamlines multi-sensor annotation, ensuring consistency and saving valuable time.

![](https://content.gitbook.com/content/TcOUG6rfWxqGM0N4db2P/blobs/GoYdLA7m7KqzWa5bOCx2/image)

This feature is especially useful when working with multi-sensor setups like LiDAR + cameras AND all sensors of a frame are **synced.**

![](https://content.gitbook.com/content/TcOUG6rfWxqGM0N4db2P/blobs/Tx8OoNvs1608mXuC0gMq/image)

Benefits

* Simplifies annotation in multi-sensor environments.
* Ensures **consistency**, saving time by **reducing redundant work**.
* Maintains a single source of truth for object interactions across views.

Steps to Use Relationship Sensor Independent

To enable Frame-Level relationship creation, it must be pre-configured in the Recipe (see: <https://docs.imerit-prod.io/project-setup/create-recipe/1.-basic-details#relationship-sensor-dependent>).

{% stepper %}
{% step %}

#### Track objects in the frame

Track both objects within the same frame across all relevant sensor views (for example, `cyclist_3` and `bike_2`).
{% endstep %}

{% step %}

#### Define the relationship

In the Annotation Detail panel, navigate to the Relationships tab and define the relationship between the two objects.

Reference: <https://docs.imerit-prod.io/annotation-tool/steps-to-label#id-6.-annotation-detail-input>
{% endstep %}

{% step %}

#### Save and apply

Save the relationship to apply it across the entire frame.

* You will be prompted with the option to apply this relationship across the sequence as well.

When a relationship is created between two objects (for example, a cyclist and a bike), it is **automatically applied across all synced sensors** of the same frame, and optionally across the sequence.
{% endstep %}
{% endstepper %}

Last updated 7 months ago


---

# 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/relationship-sensor-independent.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.
