-
Is it possible to do a liveness check and ensure that it is not a printed photo that the user is holding in front of a webcam?
-
在facedetect_cnn函数里面421行,short * p = ((short*)(result_buffer + 4)) + 142 * size_t(i);
请问这个142是怎么计算的呀?
-
Good day.
I build your project and examples with opencv 4.3.0, but it doesn't work
Steps:
1) build opencv
2) git clone https://github.com/ShiqiYu/libfacedetection
3) cd libfacedetection
4) …
-
Build command failed.
Error while executing process C:\Users\Administrator\AppData\Local\Android\Sdk\cmake\3.6.4111459\bin\cmake.exe with arguments {--build F:\FaceDetection\libfacedetection-masterOl…
-
請問作者是用什麼工具進行 caffe model int8 轉換?
-
My app crashed due to facedetection, the access violation occured in this line 215 in file facedetectcnn.cpp
pOut[ch] = 0;//the new created blob is not zeros, clear it first
the stack trace is
…
-
您好于老师,我在android端试了摄像头检测,NEON也开了,图片分辨率是1024*768,为什么检测时间都要600ms了?问题出在哪里?
-
老师,您好,我想问下为什么我按照你的redeme中的训练方法训练却出现如下的错误?您知道怎么解决吗?
Printing net...
Loading Dataset...
Printing net...
Printing net...
Printing net...
Printing net...
Printing net...
Printing net...
Printing …
-
Hello
Thanks for this repo, is very fast!!
Im using the models you provide with opencv and openvino and works great!!!
But seems to not have landmarks..... how can i get landmarks?? I tried c…
-
just add `add_definitions(-D_OPENMP)` but the speed seems still the same
320x240 image detect on Qualcomm 660 is still around 100ms