Skip to content

Commit

Permalink
MultiboxDetection - code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangamble committed Sep 4, 2023
1 parent 62f8606 commit b3a92fd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,6 @@ public NDList multiBoxDetection(
ptemp[i][j] = outputs[(int) sorter[i][1]][j];
}
}

int nkeep = sorter.length;

for (int i = 0; i < nkeep; ++i) {
Expand Down

0 comments on commit b3a92fd

Please sign in to comment.