# Analyze Menu

<figure><img src="/files/9wfn95zEGPbH7Yp7sE8h" alt=""><figcaption><p><strong>Analyze menu</strong></p></figcaption></figure>

## Cancel Analysis![](/files/TG2CtGRaqCCrtc36zqdX)

Cancel the currently running analysis. This option is available (and replaces all other options) only when analysis is running.

***

## Run 2D <img src="/files/h5FspiLsXI38U1YaMWYj" alt="" data-size="line">

Detect people in each of the loaded videos. When complete, boxes are drawn around the detected people in the video overlays if Show Boxes is selected in the Display menu. Video data and calibration must be loaded before running Run 2D.

***

## Track People <img src="/files/QL5OpenHOdQBhSxMJkTy" alt="" data-size="line">

Identify people across views (i.e., determine “who is who” in each of the views). Identification requires the person to be clearly visible in at least three views simultaneously. Each identified person is assigned a unique color that is applied to their boxes, segments, and skeleton. Run 2D must be completed before running Track People.

***

## Solve Skeleton <img src="/files/oYJ6awt717LOiwcGH5jT" alt="" data-size="line">

Solve the 3D pose of each identified person. The kinematic model is scaled and the pose of the model is solved using inverse kinematics. A description of the model can be found in [Theia Model Description](/apollo-v2024/theia3d-documentation/theia-model-description.md). Refer to [Settings Menu](/apollo-v2024/theia3d-documentation/theia3d-dropdown-menus/settings-menu.md) for information about using a previously saved model to perform the inverse kinematics step. Track People must be complete before running Solve Skeleton.

***

## Run Analysis (without 2D) <img src="/files/AEgwHmeLj9ympQOnAAwD" alt="" data-size="line">

Runs: Track People and Solve Skeleton. Run 2D must be completed.

***

## Run Analysis <img src="/files/cyRBvwAyotDXX7n4CcUz" alt="" data-size="line">

**Shortcut: Ctrl + F**

Runs: Run 2D, Track People, and Solve Skeleton. Video data and calibration must be loaded.


---

# 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.theiamarkerless.com/apollo-v2024/theia3d-documentation/theia3d-dropdown-menus/analyze-menu.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.
