deepinsight / deepinsight/insightface
Use retinaface to face detection alignment
Open
- Dominant language
- Python
- Stars
- 29.7k
- Forks
- 6.1k
- PR merge metrics
- No merged PRs in 30d
Description
Hello @yangfly @vizakshat @MyraBaba @yingfeng @nttstar
I have change the code detection code from mtcnn to retina face
`ret = self.detector.detect_face(face_img, det_type = self.args.det)` to retina face ` detector.detect(img, thresh, scales=scales, do_flip=flip)`
but when `nimg = face_preprocess.preprocess(face_img, bbox, points1, image_size='112,112')`
is called i am not getting the proper face i am getting full frame insterd of crop align face
is there anything I am missing.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.