Skip to content

Commit

Permalink
docs: circleNMS description
Browse files Browse the repository at this point in the history
  • Loading branch information
yukke42 committed Mar 4, 2022
1 parent e613b74 commit 85fc194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion perception/lidar_centerpoint/lib/include/nms_kernel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@

namespace centerpoint
{
// TODO(yukke42): add description
// Non-maximum suppression (NMS) uses the distance on the xy plane instead of
// intersection over union (IoU) to suppress overlapped objects.
std::size_t circleNMS(
thrust::device_vector<Box3D> & boxes3d, const float distance_threshold,
thrust::device_vector<bool> & keep_mask, cudaStream_t stream);
Expand Down

0 comments on commit 85fc194

Please sign in to comment.