> For the complete documentation index, see [llms.txt](https://docs.theiamarkerless.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theiamarkerless.com/theia3d-documentation/theia3d-dropdown-menus/analyze-menu.md).

# Analyze Menu

<figure><img src="/files/qgL3sl7bNLMJQYo3WPuJ" alt=""><figcaption><p><strong>Analyze menu.</strong></p></figcaption></figure>

## Cancel Analysis<img src="https://cdn.prod.website-files.com/67008ba73b4fd0346790d085/6793fb028160e8cbc6c6f0fd_31.%20Cancel.svg" alt="" data-size="line">

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

***

## Run 2D <img src="https://cdn.prod.website-files.com/67008ba73b4fd0346790d085/6793dc27d1f8689e2518a0e8_18.Run%202D.svg" 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="https://cdn.prod.website-files.com/67008ba73b4fd0346790d085/6793dc3b14a0cc589c985555_19.Track%20People.svg" 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***.

If a workspace is loaded or the loaded trial has been processed, ***Track People*** can be used to update the person tracking results after modifying person tracking settings without requiring the full analysis. These settings include those under the ***People*** tab of the [Analysis Preferences](/theia3d-documentation/theia3d-dropdown-menus/settings-menu/analysis-preferences.md)

***

## Solve Skeleton <img src="https://cdn.prod.website-files.com/67008ba73b4fd0346790d085/6793dc4695874ef9f45fcf02_20.%20Solve%20Skeleton.svg" alt="" data-size="line">&#x20;

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](/theia3d-documentation/theia-model-description.md). Refer to [Settings Menu](/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***.

If a workspace is loaded or the loaded trial has been processed, ***Solve Skeleton*** can be used to update the pose results after modifying inverse kinematic pose solution settings without requiring the full analysis. These settings include those under the ***Skeleton*** tab of the [Analysis Preferences](/theia3d-documentation/theia3d-dropdown-menus/settings-menu/analysis-preferences.md).

***

## Run Analysis (without 2D) <img src="https://cdn.prod.website-files.com/67008ba73b4fd0346790d085/6793dc668fb96eb662a863df_21.Run%203D%20Analysis.svg" alt="" data-size="line">

Runs: ***Track People*** and ***Solve Skeleton***. ***Run 2D*** must be completed before using ***Run Analysis (without 2D).***

***

## Run Analysis <img src="https://cdn.prod.website-files.com/67008ba73b4fd0346790d085/6793dc668fb96eb662a863df_21.Run%203D%20Analysis.svg" alt="" data-size="line">

**Shortcut: Ctrl + F**

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

{% embed url="<https://youtu.be/dJtdhmeipqE>" %}


---

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

```
GET https://docs.theiamarkerless.com/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.
