spelling corrected
In tasks->python->vision->object_detector.py
This commit is contained in:
parent
ab0193bbb7
commit
9391e9f92b
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user