mxnet-insightface-cpp icon indicating copy to clipboard operation
mxnet-insightface-cpp copied to clipboard

CPU realtime face recognition pipeline with mxnet c++ framework

Results 13 mxnet-insightface-cpp issues
Sort by recently updated
recently updated
newest added

Hi, Do you have onnx version ? insightface changed t models and predictions.

What I did: ``` mkdir build && cd build cmake -DLINUX=ON -DOpenCV_DIR=/home/user/opencv-master/build .. ``` I've copied *.so files from `incubator-mxnet/build/` which I've built from master branch source to `mxnet-insightface-cpp/lib`. Now...

Hi, Thank you for your good work. I wanted to know if the repo has been benchmarked on any standard datasets like LFW, AgeDB etc. Basically, I have observed that...

I couldn't find `MXNDArrayGetShapeEx` in all of the mxnet versions > 1.3.0. Please replace it with `MXNDArrayGetShape`.

Hi @njvisionpower I have gpu compiled mxnet. can I run this code on the gpu ? do I need changes ?

您好~ 我是一名计算机专业硕士研究生,对您的项目很感兴趣。 我想了解一下这个项目的license,请问可以告诉我吗? 非常感谢~

Hi, i have a lot of failures when I want to build mxnet according to your readme version, can you give me your cmake or cmakefilelist.txt instructions? or maybe there...