We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6e722 commit 0120cacCopy full SHA for 0120cac
.gitignore
@@ -67,4 +67,5 @@ __pycache__
67
68
__pycache__
69
70
-!/workspace/wget.exe
+!/workspace/wget.exe
71
+/workspace/*.mp4
src/application/app_arcface.cpp
@@ -6,6 +6,7 @@
6
#include "app_arcface/arcface.hpp"
7
#include "tools/deepsort.hpp"
8
#include "tools/zmq_remote_show.hpp"
9
+#include <unordered_map>
10
11
using namespace std;
12
using namespace cv;
0 commit comments