FaceID icon indicating copy to clipboard operation
FaceID copied to clipboard

An implementation of YOLO v2 for direct facial recognition within detection layer.

Results 9 FaceID issues
Sort by recently updated
recently updated
newest added

Hi ! I'm writing to you because you said in the second paragraph of the field 'Part 2 : Train' that we must convert annotations to VOC data format with...

Hi xhuvom, it was a greet job of you posting this, i have searching for this for a week. However when i "make" i got this error: error: too few...

Hi! I'm sorry to ask you such repeated question. for capturing my face ./darknet yolo demo cfg/yolo-face.cfg yolo-face_final.weights "nvcamerasrc ! video/x-raw(memory:NVMM), width=(int)1280, height=(int)720,format=(string)I420, framerate=(fraction)30/1 ! nvvidconv flip-method=2 ! video/x-raw, format=(string)BGRx...

i have trained with two classes. while detecting, it's drawing bounding box correctly for those two trained person in the video but all other person is detecting as either of...

I have followed your instructions up to the training part, however whenever I execute the train command I got the following results. `mark@mark-G11CD:/media/mark/Data_Application/darknetFaceID$ ./darknet detector train cfg/face.data cfg/face.cfg darknet19_448.conv.23 face...

Hi, I've implemented a solution with yolo3 borrowing some things from your contribution. I can detect various faces, but training is proving a bit slow for my requirements. Would it...

Hi, I understand that we need dataset for known people, but how do decide that a face is unknown while the network has been trained for n-classes (n=number of known...