Reformat Markdown code blocks (#12795)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
2af71d15a6
commit
fceea033ad
128 changed files with 1067 additions and 1018 deletions
|
|
@ -91,9 +91,7 @@ counting_regions = [
|
|||
},
|
||||
{
|
||||
"name": "YOLOv8 Rectangle Region",
|
||||
"polygon": Polygon(
|
||||
[(200, 250), (440, 250), (440, 550), (200, 550)]
|
||||
), # Rectangle with four points
|
||||
"polygon": Polygon([(200, 250), (440, 250), (440, 550), (200, 550)]), # Rectangle with four points
|
||||
"counts": 0,
|
||||
"dragging": False,
|
||||
"region_color": (37, 255, 225), # BGR Value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue