ultralytics 8.1.6 revert 8.0.206 box ops box scaling (#7823)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Abirami Vina <abirami.vina@gmail.com>
Co-authored-by: Muhammad Rizwan Munawar <chr043416@gmail.com>
This commit is contained in:
Glenn Jocher 2024-01-25 21:29:49 +01:00 committed by GitHub
parent 1a04cd38e7
commit ef141af4b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 416 additions and 36 deletions

View file

@ -172,8 +172,8 @@ Object counting with [Ultralytics YOLOv8](https://github.com/ultralytics/ultraly
### Optional Arguments `set_args`
| Name | Type | Default | Description |
|---------------------|-------------|----------------------------|-----------------------------------------------|
| Name | Type | Default | Description |
|-----------------------|-------------|----------------------------|-----------------------------------------------|
| `view_img` | `bool` | `False` | Display frames with counts |
| `view_in_counts` | `bool` | `True` | Display incounts only on video frame |
| `view_out_counts` | `bool` | `True` | Display outcounts only on video frame |