From 9391e9f92b28c3d49a6c45c7ff7dd8f6657b417e Mon Sep 17 00:00:00 2001 From: Prince Patel Date: Sun, 23 Oct 2022 08:39:32 +0530 Subject: [PATCH] spelling corrected In tasks->python->vision->object_detector.py --- mediapipe/tasks/python/vision/object_detector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/tasks/python/vision/object_detector.py b/mediapipe/tasks/python/vision/object_detector.py index a50e55861..f3d984cf2 100644 --- a/mediapipe/tasks/python/vision/object_detector.py +++ b/mediapipe/tasks/python/vision/object_detector.py @@ -247,7 +247,7 @@ class ObjectDetector(base_vision_task_api.BaseVisionTaskApi): images if needed. In other words, it's not guaranteed to have output per input image. - The `result_callback` prvoides: + The `result_callback` provides: - A detection result object that contains a list of detections, each detection has a bounding box that is expressed in the unrotated input frame of reference coordinates system, i.e. in `[0,image_width) x [0,