Skip to content

Commit 3ab5b12

Browse files
committed
add numeric to nms
1 parent e4240fc commit 3ab5b12

File tree

1 file changed

+1
-0
lines changed
  • demos/common/cpp/utils/include/utils

1 file changed

+1
-0
lines changed

demos/common/cpp/utils/include/utils/nms.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#pragma once
1818

1919
#include "opencv2/core.hpp"
20+
#include <numeric>
2021
#include <vector>
2122

2223
struct Anchor {

0 commit comments

Comments
 (0)