-
老师你好,请问能分享一下代码中前向推导里量化数据以及其scale,bias计算的理论基础吗,感觉代码跟我自己所了解的量化有一些小区别,但不知道为什么会这样计算
-
在做实验的时候用到了您的代码,现在在写论文,怎么去引用您的文献?
-
According to annotation and dataset code in libfacedetection.train, shouldn't 104:114 in opencv_dnn/cpp/priorbox.cpp be
```
// get landmarks, loc->[right_eye, left_eye, mouth_left, nose, mouth_ri…
-
g++ detect-image.cpp -o test `pkg-config --cflags --libs opencv` -I ../src/ -L ../build/ -lfacedetection
/usr/bin/ld: /usr/local/lib/libfacedetection.a(facedetectcnn-model.cpp.o): undefined reference…
-
As is known to all, it is better using CUDA for the training procedure. However, it is not practical for inference since many edge devices have not a GPU/CUDA hardway, such as my Surface.
In your REA…
-
V3有int8量化的版本吗
-
我用了ios demo工程的test.jpg,测试了v2 和 v3版本测试,结果都不正确,感觉上好像是我使用方式有问题,求指点…
原图:
![test](https://user-images.githubusercontent.com/56950799/117620753-5d6ad480-b1a3-11eb-968e-df08455e83aa.jpg)
结果:
![res2](ht…
-
Hi,
What would be the best resolution to resize a high resolution image to if we want to run libfacedetection on it? I couldn't find this documented anywhere and it seems to be important to do bas…
-
Hi,
Not sure if this is interesting for you, but I made a Julia wrapper for this package:
https://github.com/SimonDanisch/LibFaceDetection.jl
It works natively on all platforms supported by Ju…
-
Hello,
can this project be installed on FreeBSD 13.1?
Thanks.
Edit:
Right at 98% build completion, I get this error:
```
[ 98%] Building C object CMakeFiles/darknet.dir/examples/darkne…