Parallel_NMS icon indicating copy to clipboard operation
Parallel_NMS copied to clipboard

large number of bounding boxes

Open twmht opened this issue 6 years ago • 8 comments

Since the maximum number of cuda threads is 1024.

So if the number of bounding boxes exceeds 1024 (count > 1024), the current implementation won't work.

https://github.com/jeetkanjani7/Parallel_NMS/blob/master/GPU/nms.cu#L104

Any idea?

twmht avatar Jun 19 '18 03:06 twmht