Lei Chen

Results 11 comments of Lei Chen

@ sorry for delayed replay, there is no such file, just folder with person.jpg, eg: data/facedb/name1/aligned_face.jpg data/facedb/name2/aligned_face.jpg ..., as for named facedb, cause i have another python project i use...

@anguoyang how did you get your latest photot, through 'S' button through when runing this program, if not try this way, it will save the aligned face of yourself through...

@smajida So sorry for delayed response and thank you for trying my code, you should put aligned_face in data/facedb/aligned_face.jpg, you can obtain through #7 as for the recognition result, i...

@smajida @anguoyang I don't exactly why? maybe the pre-trained model doesn't work well with my c++ mtcnn alignment, currently i am busy on a face alignment algorithm, when i got...

@smajida @anguoyang definitely worth try sphereface64 model, but in the recognition part, i basic follow same principle, subtract mean, divide by std, flip input, concatenate output to form 1024dim features,...

so sorry for delayed response, if you want to recognize custom face, like face in a video file or from webcam, you should put the aligned face in data/facedb/name/aligned_face.jpg. beside...

i don't test my code with cpu, but the detection alignment and recognition part, are all trained with caffe, so they definitely can run in cpu, but need to change...

@KaleidoZhouYN Thanks a lot. I kind of understand, in step 2 the lr = 0.1 lambd_min = 3, then i adjust them manually like lr = 1e-3 lambd_min = 2,...

@wuqiangch resume training

@KaleidoZhouYN Ok, I got it, thanks for you clear explanation.