Update distance-calculation solution (#16907)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
1052cf41f8
commit
8e3846d377
6 changed files with 41 additions and 106 deletions
|
|
@ -222,6 +222,7 @@ A heatmap generated with [Ultralytics YOLO11](https://github.com/ultralytics/ult
|
|||
|
||||
| Name | Type | Default | Description |
|
||||
| ------------ | ------ | ------------------ | ----------------------------------------------------------------- |
|
||||
| `model` | `str` | `None` | Path to Ultralytics YOLO Model File |
|
||||
| `colormap` | `int` | `cv2.COLORMAP_JET` | Colormap to use for the heatmap. |
|
||||
| `show` | `bool` | `False` | Whether to display the image with the heatmap overlay. |
|
||||
| `show_in` | `bool` | `True` | Whether to display the count of objects entering the region. |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue