markson14 / FaceRecognitionCpp

Large input size REAL-TIME Face Detector on Cpp. It can also support face verification using MobileFaceNet+Arcface with real-time inference. 480P Over 30FPS on CPU
47 stars 24 forks source link

error compiling #8

Open rsingh2083 opened 2 years ago

rsingh2083 commented 2 years ago

rp4@rp4-server:~/face_recog/FaceRecognitionCpp/build$ make -j4 [ 12%] Building CXX object CMakeFiles/facedetect.dir/facetracking.cpp.o In file included from /home/rp4/face_recog/FaceRecognitionCpp/facetracking.hpp:9, from /home/rp4/face_recog/FaceRecognitionCpp/facetracking.cpp:10: /usr/local/include/tvm/runtime/module.h:29:10: fatal error: dmlc/io.h: No such file or directory 29 | #include <dmlc/io.h> | ^~~ compilation terminated. make[2]: [CMakeFiles/facedetect.dir/build.make:134: CMakeFiles/facedetect.dir/facetracking.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:124: CMakeFiles/facedetect.dir/all] Error 2 make: *** [Makefile:103: all] Error 2