# Object Track

Object Track allows users to visualize the entire track of a selected cuboid across a sequence. When enabled, it displays all instances of that cuboid—before and after the current frame—providing a full view of the object’s trajectory. This feature is particularly useful for reviewing **dynamic objects** and catching inconsistencies in their annotations, such as misalignment, missed frames, or sudden shifts. Object Track is a **good** and **fast** review tool that enhances annotation quality while minimizing the time spent scrubbing through frames.

{% hint style="success" %} <img src="/files/qchq9tcQpS8cX7YBw03I" alt="" data-size="line">  Visualize and verify an object’s full trajectory across frames to ensure consistent, high-quality tracking.
{% endhint %}

<figure><img src="/files/B2uhyYSdcgKHdDIBis6m" alt=""><figcaption></figcaption></figure>

***

## Use Cases

* **Autonomous Driving – Moving Vehicles and Pedestrians**\
  Visually confirm consistent tracking of dynamic objects like cars or pedestrians over time to ensure high-quality training data.
* **Robotics – Tracking People or Equipment Indoors**\
  Use Object Track to validate that moving people or tools in indoor robotics datasets are annotated consistently across frames.
* **Agri-Tech – Monitoring Moving Machinery or Livestock**\
  Confirm that tractors, drones, or animals are correctly tracked over time in long sequences with intermittent motion or occlusions.

***

## Benefits

* **Good**: Increases annotation quality by making it easy to spot tracking gaps, misaligned cuboids, or frame skips.
* **Fast**: Saves time during review by surfacing the full track in one view—eliminating the need to click through each frame.
* **Lean**: Lightweight toggle-based feature that fits seamlessly into existing workflows with no added complexity.

***

## Steps to Use Object Track

1. Select a Cuboid on the current frame.
2. Toggle on 'Object Track' by pressing 'T'.
3. The tool will display all cuboid instances from the full sequence associated with the selected object.
   * If this object is acting as stationary, then all cuboids will appear at the same location
   * If this object is dynamic, then all cuboids will appear in the track.
4. Use this visual context to verify alignment, consistency, and presence across frames.
5. Make corrections as needed based on visible anomalies.

> **Tip:** Enable Object Track after completing tracking. Any edits made while this feature is active will automatically update the full track, thanks to keyframe interpolation


---

# 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-prod.io/annotation-tool/key-features/object-track.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.
