Skip to content

Commit

Permalink
lint: Fix spelling mistake
Browse files Browse the repository at this point in the history
Change-Id: I44f6162f56d4a42be086cfa8430c5261db9c7934
  • Loading branch information
isak-jakobsson authored and johan-olsson-work committed Jan 20, 2025
1 parent 0c7c205 commit 37d23e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object-detection-cv25/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Unlike ARTPEC, the CV25 accelerator lacks the capability to perform bounding-box
- Here, N denotes the total number of detections, and the 4 values are `[dy, dx, dh, dw]`.
- 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.

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.
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.

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.

Expand Down

0 comments on commit 37d23e4

Please sign in to comment.