-
Update the `FaceDetection` API based on the changes from `libfacedetection.train` API
--> https://github.com/ShiqiYu/libfacedetection.train/commit/e5c4a24de8446bd1069b923a6f318d6602677ebd
_Origina…
-
Hi. I saw the new version of libfacedetection.train, which is switched to the mmdet framework. But both the yunet_n.py and yunet_s.py are little bit different from the original model structure. That m…
-
File "test.py", line 4, in
from rbp_py3 import mat
File "C:\Users\Lavector\Desktop\libfacedetection\libfacedetection\rbp_py3\mat.py", line 21, in
_mat = swig_import_helper()
File "C…
-
i`ve just successfully built library and examples on raspberry pi.
so i would like to share instructions to reproduce:
```
git clone https://github.com/ShiqiYu/libfacedetection.git
cd libfacede…
-
**Description:**
Recently, we updated the commit of bitcoin for MSVC RWC testing, it failed to build due to the error C2039 and error C3861 like below, could you please help take a look? Thanks.
```…
-
您好,我得到了[ShiqiYu]libfacedetection中android app ‘arm64-v8a’目录下的libfacedetection.so文件,并将它放在此项目中且额外配置了arm64-v8a了,此app可以正常加载但是在解析人脸时发生了崩溃,貌似我得到的so文件和此项目的armeabi-v7a目录下的so文件并不是同源?可以编译一份此项目的支持‘arm64-v8a’的so文件…
-
from rbp_py3 import libfcnn
File "/home/pi/test/libfacedetection-python-bindings-master/rbp_py3/libfcnn.py", line 21, in
_libfcnn = swig_import_helper()
File "/home/pi/test/libfacedetectio…
-
自己刚刚接触python,想用libfacedetection库进行人脸检测,但是对
facedetect_cnn(image: Union[str, Path, Image, np.ndarray, bytes], width: int = 20, height: int = 20, step: int = 1) -> Faces
这个函数具体调用方法不是太明白,我该如何写这个函数中的各个变…
-
使用模型https://github.com/ShiqiYu/libfacedetection.train/blob/master/tasks/task1/onnx/yunet.onnx,输入采用640*640,在ubuntu平台下结果正常,在armv7l下跑挂在run_graph中
-
你好,我想了解一下如何将于老师的libfacedetection文件转化成Java调用的so文件