在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):goodluckcwl/Face-alignment-mobilenet-v2开源软件地址(OpenSource Url):https://github.com/goodluckcwl/Face-alignment-mobilenet-v2开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):Face-alignment-mobilenet-v2Face Alignment by MobileNetv2. Note that MTCNN is used to provided the input boundingbox. You need to modify the path of images in order to run the demo. Network StructureThe most important part of the mobilenet-v2 network is the design of bottleneck. In our experiments, we crop the face image by the boundingbox and resize it to , which is the input size of the network. Based on this, we can design the structure of our customized mobilenet-v2 for facial landmark lacalization. Note that the receptive field is a key factor to the design of the network. Note that this structure mainly has two features:
TrainingThe training data including:
Data AugmentationData augmentation is important to the performance of face alignment. I have tried several kinds of data augmentation method, including:
PerformanceThe performance on 300W is not good enough. May be I need to try more times. If you have any ideas, please contact me or open an issue.
Dataset
Result on 300WThe ground truth landmarks is donated by white color while the predicted ones blue. Pre-train ModelsThe pre-train models can be downloaded from baiduyun or GoogleDisk. DemoI write a demo to view the alignment results. Besides, the yaw, row and pitch parameters are estimated by the predicted landmarks. To run the domo, please do:
DependenceTo use my code to reproduce the results, you need to use my caffe. I have added some useful layers.
Reference: |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论