Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator authored and Administrator committed Feb 10, 2024
1 parent be4d1d3 commit 49e071d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected DetectedObjects processFromBoxOutput(NDList list) {
float classProb = buf[index + c];
if (classProb > maxClassProb) {
maxClassProb = classProb;
maxIndex = c;
maxIndex = c - 4;
}
}

Expand Down

0 comments on commit 49e071d

Please sign in to comment.