-
我看到在MTCNN检测得到脸的坐标和关键点坐标之后,有一个仿射变换得到MobileFacenet输入的图像数据,请问可以直接根据MTCNN检测的脸的坐标来从原图上抠出脸的部分再resize为(112,112),送入MobileFacenet提取特征吗?仿射变换的意义是什么呢?
-
Hello, Mr.Murray, I am learning using deep-learning to realize face_recognition, and I find your tutorial at https://hackernoon.com/building-a-facial-recognition-pipeline-with-deep-learning-in-tensorf…
-
***The issue tracker should only be used to report bugs or feature requests. If you are looking for support from other library users, please ask a question on [StackOverflow](https://stackoverflow.com…
-
Hi Mohit.
Used updated repo and it work. But my problem is when I trained the Model, checkpoint directory is created and weights are saved. But when I test the Model with command- “python webcamFac…
ani16 updated
5 years ago
-
作者应该是来自中国的大神吧.我想请问下,大神能给下更为详细的操作说明.您目前给的这些内容,让新手复现人脸识别是否难以下手啊.谢谢
-
Hello,
I want to infer [FaceNet](https://github.com/davidsandberg/facenet/wiki/Training-using-the-VGGFace2-dataset) model on MYRIAD (Raspberry Pi 3B+ as a host).
1. I have downloaded the model [h…
-
**System information**
- Have I written custom code: a mix of both
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
- TensorFlow installed from (source or binary): `pip install tensorflow…
-
- OpenCV = >3.4.1```
- Operating System / Platform => Windows 64 Bit
- Compiler => Visual Studio [2017]
##### Detailed description
I have used the Facenet code to train a model and get .ck…
-
There are 4 files, .pb, .meta, .index, ckpt-250000.data-00000-of-00001. How to convert it using your notebook??
also I'm running Anaconda on Windows 10
-
@davidsandberg, I've checked your code for mtcnn face alignment and saw that there is not really an "alignment" going on, it just a crop with a margin around a bounding box, am I correct? It sounds we…