Update parking-management solution (#16990)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
22ebd44f62
commit
1c650ab04c
3 changed files with 110 additions and 181 deletions
|
|
@ -102,12 +102,10 @@ Parking management with [Ultralytics YOLO11](https://github.com/ultralytics/ultr
|
|||
|
||||
### Optional Arguments `ParkingManagement`
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
| ------------------------ | ------- | ------------- | -------------------------------------------------------------- |
|
||||
| `model` | `str` | `None` | Path to the YOLO11 model. |
|
||||
| `json_file` | `str` | `None` | Path to the JSON file, that have all parking coordinates data. |
|
||||
| `occupied_region_color` | `tuple` | `(0, 0, 255)` | RGB color for occupied regions. |
|
||||
| `available_region_color` | `tuple` | `(0, 255, 0)` | RGB color for available regions. |
|
||||
| Name | Type | Default | Description |
|
||||
| ----------- | ----- | ------- | -------------------------------------------------------------- |
|
||||
| `model` | `str` | `None` | Path to the YOLO11 model. |
|
||||
| `json_file` | `str` | `None` | Path to the JSON file, that have all parking coordinates data. |
|
||||
|
||||
### Arguments `model.track`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue