spelling corrected

In tasks->python->vision->object_detector.py
This commit is contained in:
Prince Patel 2022-10-23 08:39:32 +05:30 committed by GitHub
parent ab0193bbb7
commit 9391e9f92b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 images if needed. In other words, it's not guaranteed to have output per
input image. input image.
The `result_callback` prvoides: The `result_callback` provides:
- A detection result object that contains a list of detections, each - A detection result object that contains a list of detections, each
detection has a bounding box that is expressed in the unrotated input 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, frame of reference coordinates system, i.e. in `[0,image_width) x [0,