-
I was recently going through [ArcFace](https://github.com/deepinsight/insightface) repo, they have used face alignment using MTCNN but they are also using landmarks for alignment unlike in Facenet. I …
-
如果是大头照,找脸部位置就不会有问题,如果是全身照,或者人头位置比较小,就会报维度不匹配错误
` File "infer_audio2vid.py", line 258, in
main()
File "infer_audio2vid.py", line 226, in main
video = pipe(
File "/home/miniconda3/en…
-
I met a very weird problem when I running the code!
When I run `try_mtcnn_step_by_step.ipynb` first couple of times, there are totally no errors, and I tested it on several images in my own phone, …
-
Hi,
I have a problem with MTCNN detector. It cannot find any faces in a video and it looks strange. [Here ](https://ibb.co/s3NJNCV)you can find an example of frame contained in the video.
It's true …
-
Does anyone has the python example to inference mtcnn tflite?
-
* face_recognition version:
* Python version:
* Operating System:
### Description
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to h…
-
请问,MTCNN的三个.tflite如何使用?
-
After 10hs aprox. of training: https://www.youtube.com/watch?v=Skd5LayhVM0
-
when I use MTCNN with the same config parameters of your repo showed to extract face img. I find lots of noise img had been cut down as well(some all black img and some img of other part of the video…
-
I went over the README and couldn't find clear explanation on the face alignment process (which is a preprocessing for the training).
I will assume this is a relevant script - "src/align/align_celeb…