Skip to content
1 change: 0 additions & 1 deletion docs/detection/annotators.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
comments: true
status: new
---

# Annotators
Expand Down
1 change: 0 additions & 1 deletion docs/detection/core.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
comments: true
status: new
---

# Detections
Expand Down
1 change: 0 additions & 1 deletion docs/detection/utils/boxes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
comments: true
status: new
---

# Boxes Utils
Expand Down
1 change: 0 additions & 1 deletion docs/detection/utils/iou_and_nms.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
comments: true
status: new
---

# IoU and NMS Utils
Expand Down
1 change: 0 additions & 1 deletion docs/detection/utils/polygons.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
comments: true
status: new
---

# Polygons Utils
Expand Down
1 change: 0 additions & 1 deletion docs/how_to/benchmark_a_model.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
comments: true
status: new
---

![Corgi Example](https://media.roboflow.com/supervision/image-examples/how-to/benchmark-models/corgi-sorted-2.png)
Expand Down
1 change: 0 additions & 1 deletion docs/how_to/track_objects.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
comments: true
status: new
---

# Track Objects
Expand Down
1 change: 0 additions & 1 deletion docs/keypoint/core.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
comments: true
status: new
---

# Keypoint Detection
Expand Down
1 change: 0 additions & 1 deletion docs/metrics/mean_average_precision.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
comments: true
status: new
---

# Mean Average Precision
Expand Down
6 changes: 6 additions & 0 deletions docs/utils/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ status: new

:::supervision.utils.image.grayscale_image

<div class="md-typeset">
<h2><a href="#supervision.utils.image.get_image_resolution_wh">get_image_resolution_wh</a></h2>
</div>

:::supervision.utils.image.get_image_resolution_wh

<div class="md-typeset">
<h2><a href="#supervision.utils.image.ImageSink">ImageSink</a></h2>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "supervision"
description = "A set of easy-to-use utils that will come in handy in any Computer Vision project"
license = { text = "MIT" }
version = "0.27.0rc4"
version = "0.27.0rc5"
readme = "README.md"
requires-python = ">=3.9"
authors = [
Expand Down
2 changes: 2 additions & 0 deletions supervision/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
from supervision.utils.image import (
ImageSink,
crop_image,
get_image_resolution_wh,
grayscale_image,
letterbox_image,
overlay_image,
Expand Down Expand Up @@ -223,6 +224,7 @@
"filter_segments_by_distance",
"fuzzy_match_index",
"get_coco_class_index_mapping",
"get_image_resolution_wh",
"get_polygon_center",
"get_video_frames_generator",
"grayscale_image",
Expand Down
Loading
Loading