MTCNN-light
MTCNN-light copied to clipboard
this repository is the implementation of MTCNN with no framework, Just need opencv and openblas, support linux and windows
请问编译windows版本所需要的openblas二进制包哪有下载?网上指的链接sourceforge里面的是源码非二进制包
Hi, After a while , around few thousands frame it gives below error. I couldnt figure it out . Is there anybody faced same problem ? thx > OpenCV Error:...
只能跑mtcnn的推理机?
你好!我想问一下txt文件是怎么写入的?比如我用的是tensorflow的参数文件,一个卷积层的结构是(kernel,kernel, inputmap,outputmap),这四个维度应该按什么顺序写入txt?看了前面说按照reshape不行啊
Today I accidentially change the : `export OPENBLAS_NUM_THREADS=4 ` to `export OPENBLAS_NUM_THREADS=1 ` Than the detection timing getting better ?? !! from 70 ms to 20 ms and the cpu...
Your code is: ` clock_t start; start = clock(); find.findFace(image); imshow("result", image); imwrite("result.jpg",image); start = clock() -start; cout
代码中为: clock_t start; start = clock(); find.findFace(image); imshow("result", image); imwrite("result.jpg",image); start = clock() -start; cout
Could you offer the train code?