Skip to content
Prev Previous commit
Add GPU info, fix layer name versioning
  • Loading branch information
C-Achard committed May 11, 2026
commit 30494e84191d47b706783e304453806a35ef0b97
9 changes: 7 additions & 2 deletions docs/gui/napari/tracking/basic_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ The **Tracking Controls** widget is designed to help automate DeepLabCut annotat

## Requirements

```{tip}
We recommend **having a GPU available for tracking**, as it can be computationally intensive and slow on CPU.
Expect longer processing times on CPU, especially for longer videos or larger tracking ranges.
```

### In napari

```{important}
Expand Down Expand Up @@ -160,8 +165,8 @@ This is only available if the Keypoint controls widget has been opened.

Each tracking run creates a **new Points layer**:

- Named automatically (`[Tracking vXX] Ref. layer name - tT - Tracker name`)
- `XX` refers to the iteration number (if multiple tracking runs are performed from the same reference frame)
- Named automatically (`[Tracking v<XX>] Ref. layer name - t<T> - Tracker name`)
- `XX` refers to the iteration number (if multiple tracking runs are performed from the same reference layer and model)
- `T` refers to the reference frame index used to generate the tracking result
- Visually distinct from manual annotations:
- Cross symbol
Expand Down