From 392d8a46f4da066408785281d9b87760f7273254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20=C5=A0a=C5=A1ko?= Date: Fri, 25 Aug 2023 18:21:17 +0200 Subject: [PATCH] Use object detection images from `huggingface/documentation-images` (#6177) --- docs/source/object_detection.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/object_detection.mdx b/docs/source/object_detection.mdx index 97b600578ba..a0a7468dfc8 100644 --- a/docs/source/object_detection.mdx +++ b/docs/source/object_detection.mdx @@ -68,7 +68,7 @@ You can visualize the `bboxes` on the image using some internal torch utilities. ```
- +
@@ -113,7 +113,7 @@ Now when you visualize the result, the image should be flipped, but the `bboxes` ```
- +
Create a function to apply the transform to a batch of examples: @@ -155,7 +155,7 @@ You can verify the transform works by visualizing the 10th example: ```
- +