InsightFaceRecognition_Demo_AndroidNCNN icon indicating copy to clipboard operation
InsightFaceRecognition_Demo_AndroidNCNN copied to clipboard

InsightFaceRecognition_Demo_AndroidNCNN

Results 2 InsightFaceRecognition_Demo_AndroidNCNN issues
Sort by recently updated
recently updated
newest added

看了源码如果我没理解错应该是NCNN + (MTCTT + MobileFaceNet)实现的吧? 没明白哪里使用了insightFace? 另外C++层用了ArcSoft的命名,但是貌似和虹软一点关系也没有吧? 然后特征计算是用的什么算法呢?感觉就是特征相乘之后求和??? float calcSimilar(std::vector feature1, std::vector feature2) { //assert(feature1.size() == feature2.size()); float sim = 0.0; for (int i = 0; i < feature1.size(); i++)...

2020-04-15 10:46:22.481 17465-17465/com.chenty.ncnninsightface D/AndroidRuntime: Shutting down VM 2020-04-15 10:46:22.483 17465-17465/com.chenty.ncnninsightface E/AndroidRuntime: FATAL EXCEPTION: main Process: com.chenty.ncnninsightface, PID: 17465 java.lang.UnsatisfiedLinkError: dlopen failed: library "libomp.so" not found at java.lang.Runtime.loadLibrary0(Runtime.java:1016) at java.lang.System.loadLibrary(System.java:1669) at...