Skip to content

Commit

Permalink
Update detection.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
BUG1989 committed May 27, 2024
1 parent f717570 commit 8790b36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/base/detection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3081,9 +3081,8 @@ namespace detection
{
for (int w = 0; w <= feat_w - 1; w++)
{

int c_index = 0;
float c_score = 0;
float c_score = 0;

for (int c = 0; c < cls_num; c++)
{
Expand Down

0 comments on commit 8790b36

Please sign in to comment.