Skip to content

Commit cda5016

Browse files
authored
Merge branch 'develop' into add-center-point-crossed-condition-to-line-counter
2 parents f8ee3a4 + 536e0d8 commit cda5016

33 files changed

+188
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ https://user-images.githubusercontent.com/26109316/207858600-ee862b22-0353-440b-
237237

238238
https://github.com/roboflow/supervision/assets/26109316/c9436828-9fbf-4c25-ae8c-60e9c81b3900
239239

240-
https://github.com/roboflow/supervision/assets/26109316/f84db7b5-79e2-4142-a1da-64daa43ce667
240+
https://github.com/roboflow/supervision/assets/26109316/3ac6982f-4943-4108-9b7f-51787ef1a69f
241241

242242
## 📚 documentation
243243

docs/annotators.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
=== "BoundingBox"
26

37
```python

docs/assets.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
Supervision offers an assets download utility that allows you to download video files
26
that you can use in your demos.
37

docs/classification/core.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
## Classifications
26

37
:::supervision.classification.core.Classifications

docs/datasets.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
!!! warning
26

37
Dataset API is still fluid and may change. If you use Dataset API in your project until further notice, freeze the

docs/detection/core.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
## Detections
26

37
:::supervision.detection.core.Detections
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
## InferenceSlicer
26

37
:::supervision.detection.tools.inference_slicer.InferenceSlicer

docs/detection/tools/line_zone.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
## LineZone
26

37
:::supervision.detection.line_counter.LineZone

docs/detection/tools/polygon_zone.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
## PolygonZone
26

37
:::supervision.detection.tools.polygon_zone.PolygonZone

docs/detection/utils.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
## box_iou_batch
26

37
:::supervision.detection.utils.box_iou_batch

0 commit comments

Comments
 (0)