Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Update author official code
  • Loading branch information
paulpham1407 authored Jul 15, 2023
1 parent bbd6775 commit 7e8881c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/OCSort/cpp/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,5 @@ The function processFrame takes three parameters: a constant reference to a `cv:
Inside the function, a `std::vector<std::vector<float>>` named `data` is created to store the converted detection data. Then, the function iterates over the output vector starting from index 1 (skipping the first element) using a for loop. For each `Detection` object, the coordinates (x, y, width, height), confidence, and class ID are extracted and stored in a `std::vector<float>` named `row`.
# Reference author
Thank you to the original author for building a great codebase. The code below is a modified version of their code, see the original code at [OC SORT CPP](https://github.com/Postroggy/OC_SORT_CPP)

0 comments on commit 7e8881c

Please sign in to comment.