-
你好, 这个检测方法真的非常好用,不过无意中我发现了一个内存泄漏的BUG。 当我用来在视频中检索人脸的时候,我测试的图像尺寸是352x192,没有问题。但是把原始图片截取小尺寸人脸目标(比如85x83)进行连续检测的时候,会发生内存泄漏的问题,而且比较明显。希望尽快看看
-
Hi,
I just had a question about the instruction set. Does it use SSE2 or avx/avx2?
Thanks
-
您好,11 月 10 日更新的这个版本您说的是可以在多线程调用,但是我用 VS2015(以及 opencv 3.1)测试发现,还是没法多线程同时调用啊,必须要加锁。
另外,您提供的 dll 似乎是 VS2010 编译的,而新版的接口里面用到了 vector,编译器版本不匹配时在 vector 析构的时候就会出现问题,除非调用之前为 vector 预留足够的空间。
-
于老师的代码非常不错,带来方便,但是您的dll有依赖呀
![s5 7rdt gn i ug ztzs_4](https://cloud.githubusercontent.com/assets/11845664/20508095/2009ade6-b09a-11e6-8930-ce58d8164880.png)
其他机器
![1 6uj la9 5l 05ss3osoa](https://c…
-
I use your library in java with jni. And this error happens if i'm run "facedetect_frontal" function about 350-400 times. Can you tell me what mean this error ? How i can resolve it ? Thank you.
`
#…