Skip to content

Commit

Permalink
Add cuda nms.
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-deve committed Oct 24, 2023
1 parent ff22765 commit ae90c89
Show file tree
Hide file tree
Showing 7 changed files with 329 additions and 47 deletions.
3 changes: 1 addition & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ void SaveBoxPred(std::vector<pointpillar::lidar::BoundingBox> boxes, std::string
ofs << box.h << " ";
ofs << box.rt << " ";
ofs << box.id << " ";
ofs << box.score << " ";
ofs << "\n";
ofs << box.score << "\n";
}
}
else {
Expand Down
Loading

0 comments on commit ae90c89

Please sign in to comment.