# 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.

![](/files/ac23715eb8025e193a580cb5f9bb076267faed16)

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

![](/files/f89f7670493a58054e03d98e5c6c8074d2fffff9)

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