-
when I run the example.cpp it showed Process finished with exit code 139 (interrupted by signal 11: SIGSEGV).
then I debuged the line :
//!!! The input image must be a BGR one (three-channel) inst…
-
Hi, I found your repo really useful and your introduction is really clear enough but I still have a few questions about the Dlib (face detection and cropping), GPU computing, and the obj files.
1. I …
-
老师您好,谢谢您们的出色的工作和开源!
libfecedetection其中一个priorbox是如下Attributes:
conv3_3_norm_mbox_priorbox:
Attributes如下:
min_size :10.0 , 16.0 , 24.0
clip:false
variance:0.10000000149 , 0.10000000149 , 0.2000…
-
Many false positive if confidence=97,
many false negative if confidence=99,
both false positive and false negative if confidence = 98.
I use fdt_demo to test.
-
there's a .dll file in this project. ( for windows )
Is this code supports any other platforms?
like Linux / OS X / Android / iOS
-
commit 2a28111f3963f0cbb3806b95d01dcafcf5cc150a (HEAD -> master, origin/master, origin/HEAD)
mkdir x64
cd x64
cmake -DENABLE_AVX2=ON -DCMAKE_BUILD_TYPE=DEBUG -DDEMO=ON ..
make -…
-
WARNING: Logging before InitGoogleLogging() is written to STDERR
W0315 13:06:33.427579 26834 _caffe.cpp:139] DEPRECATION WARNING - deprecated use of Python interface
W0315 13:06:33.427621 26834 _caf…
-
想问下我的理解对不对:
1.wider face的结果,这里提到的input 320*240 和 640*480是专指训练的时候的大小吗,inference的时候直接输入原图对吧?
2.mobilenev1_0.25版的retinaface先按照640*480的训练,再在原图上inference得到 0.879 | 0.807 | 0.481的结果吗?
-
你好,libfacedetection这个库支持gpu加速吗?
-
I am looking for the old implementation of libFaceDetection... i am looking for a lightweight solution. So if possible can you release the .so file library for linux ? Its been 2 years since the code …