Ratnadeep Kadam

Results 5 comments of Ratnadeep Kadam

You have to change in the file (https://github.com/gv22ga/dlib-face-recognition-android/blob/master/jni/jni_recognition/recognizer.h#L181) and build it again

Using **android-ndk-r16b** will solve all the Issues.

@AlexeyAB I am writing code to use yolo_v2 with OpenCV in python but I am **not getting correct detections.** can you please tell me how to parse the output detections....

The main problem is, the code fails to load vgg16.npy model

I solved the problem, actually the problem is in the vgg16 file. But Now I am getting memory allocation Error. Thanks!