Eun-Cheon Lim
Eun-Cheon Lim
@MoZhengyang If the above mentioned solution does not work, the problem could be caused by the GCC compilation option while generating the **so** library. The GCC version of greater than...
May be `/lib/modules/$(uname -r)/build`. Although those lines seemed to be removed in Ubuntu 22.04 kernel version 6.5.0. Instead you could try something as follows: `export KBUILD_EXTMOD=$(pwd)` before running make.
**With only the Face Detect model**(single CUDA session on a GPU device): [FaceDetect.PostProcess] Output classificator[0]: 896, Output_regrssor: 14336, Thr: 0.6 [FaceDetect.NonMaxSuppression] # Original Faces: 5, # Filtered Faces: 1 **With...
I have dropped to use the onnxruntime in my current project. Instead, I now directly use nVidia TensorRT, which creates the other problems, but it is controllable.