mirror of
https://github.com/deepinsight/insightface.git
synced 2026-05-19 15:41:33 +00:00
3 lines
146 B
C++
3 lines
146 B
C++
void _nms(int* keep_out, int* num_out, const float* boxes_host, int boxes_num,
|
|
int boxes_dim, float nms_overlap_thresh, int device_id);
|