Skip to content

Commit b0bde50

Browse files
isak-jakobssonjohan-hultberg-work
authored andcommitted
lint: Fix spelling mistake
Change-Id: I44f6162f56d4a42be086cfa8430c5261db9c7934
1 parent 34dfd3b commit b0bde50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object-detection-cv25/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Unlike ARTPEC, the CV25 accelerator lacks the capability to perform bounding-box
190190
- Here, N denotes the total number of detections, and the 4 values are `[dy, dx, dh, dw]`.
191191
- In this context, `dy` and `dx` signify the vertical and horizontal shifts relative to the corresponding anchor box, while `dh` and `dw` represent the scaling of height and width in relation to the anchor box.
192192

193-
After creating the bounding box using the locations and the anchor boxes, non-maxima suppression is applied so that overlapping boxes with lower scores are removed.
193+
After creating the bounding box using the locations and the anchor boxes, non-maximum suppression is applied so that overlapping boxes with lower scores are removed.
194194

195195
If the score is higher than a threshold `args.threshold/100.0`, the results are outputted by the `syslog` function, and the object is cropped and saved into jpg form by `crop_interleaved`, `set_jpeg_configuration`, `buffer_to_jpeg`, `jpeg_to_file` methods.
196196

0 commit comments

Comments
 (0)