Giter Site home page Giter Site logo

lemon-ustc / mindface Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mindspore-lab/mindface

0.0 0.0 0.0 906 KB

MindFace is an open source toolkit based on MindSpore, containing the most advanced face recognition and detection models, such as ArcFace, RetinaFace and other models

License: Apache License 2.0

Shell 4.83% Python 95.17%

mindface's Introduction

MindFace:

English | 简体中文

| Introduction | Installation | Get Started | Tutorials | Model List | Notes | License | Feedbacks and Contact | Acknowledgement | Contributing |

Introduction

Face recognition and detection occupy an important position in the face field. MindFace is an open source toolkit based on MindSpore, containing the most advanced face recognition and detection models, such as ArcFace, RetinaFace and other models, mainly for face recognition and detection and other common application scenarios.

For all main contributors, please check contributing.

Major Features MindFace mainly has the following features.
  • Unified Application Programming Interface

    MindFace provides a unified application programming interface for face recognition and detection by decoupling the models, so that the model can be called directly using the mindface APIs, which greatly improves the ease of building algorithms for users

  • Strong Extensibility

    MindFace currently supports face recognition and detection, based on the unified APIs. MindFace is highly scalable, it can support lots of backbones, datasets, and loss functions. What's more, MindFace also supports many platforms, including CPU/GPU/Ascend.

Benchmark Results

Recognition

The mindspore implementation of ArcFace and has achieved great performance. We implemented three versions based on ResNet and MobileNet to meet different needs. Detailed results are shown in the table below.

Datasets Backbone lfw cfp_fp agedb_30 calfw cplfw
CASIA mobilefacenet-0.45g 0.98483+-0.00425 0.86843+-0.01838 0.90133+-0.02118 0.90917+-0.01294 0.81217+-0.02232
CASIA r50 0.98667+-0.00435 0.90357+-0.01300 0.91750+-0.02277 0.92033+-0.01122 0.83667+-0.01719
CASIA r100 0.98950+-0.00366 0.90943+-0.01300 0.91833+-0.01655 0.92433+-0.01017 0.84967+-0.01904
MS1MV2 mobilefacenet-0.45g 0.98700+-0.00364 0.88214+-0.01493 0.90950+-0.02076 0.91750+-0.01088 0.82633+-0.02014
MS1MV2 r50 0.99767+-0.00260 0.97186+-0.00652 0.97783+-0.00869 0.96067+-0.01121 0.92033+-0.01732
MS1MV2 r100 0.99383+-0.00334 0.96800+-0.01042 0.93767+-0.01724 0.93267+-0.01327 0.89150+-0.01763

Detection

For face detection, we choose resnet50 and mobilenet0.25 as the backbone, retinaface as the model architecture to achieve efficient performance of face detection. Detailed results are shown in the table below.

Backbone Easy Middle Hard
mobileNet0.25 91.60% 89.50% 82.39%
ResNet50 95.81% 94.89% 90.10%

Installation

Dependency

  • mindspore_gpu==1.8.1
  • numpy==1.21.6
  • opencv_python==4.6.0.66
  • scipy==1.7.3
  • pyyaml>=5.3
  • scikit-learn==1.1.2
  • Pillow==9.2.0
  • matplotlib==3.6.0

To install the dependency, please run

pip install -r requirements.txt

MindSpore can be easily installed by following the official instruction where you can select your hardware platform for the best fit. To run in distributed mode, openmpi is required to install.

Install from source

To install MindFace from source, please run

# Clone the mindface repository.
git clone https://github.com/mindspore-lab/mindface.git
cd mindface

# Install
python setup.py install

Get Started

To get started with MindFace, please click the following links see the tutorials for detection and tutorials for recognition, which will give a quick tour on each key component and the train/validate/predict pipelines in Mindface.

Tutorials

We provide tutorials for

Detection

Recognition

Model List

Currently, Mindface supports the model families listed below. More models with pretrained weights are under development and will be released soon.

Supported Models
  • Detection
    • Resnet50
    • Mobilenet0.25
  • Recognition
    • arcface-mobilefacenet-0.45g
    • arcface-r50
    • arcface-r100
    • arcface-vit-t
    • arcface-vit-s
    • arcface-vit-b
    • arcface-vit-l

Please see here for the details about detection models and here for recognition models.

Notes

2022-06-18: We have created our official repo about face research based on MindSpore.

License

This project is released under the Apache License 2.0.

Feedbacks and Contact

The dynamic version is still under development, if you find any issues or have an idea on new features, please don't hesitate to contact us via issues.

Acknowledgement

MindFace is an open source project that welcome any contribution and feedback. We wish that the toolbox and benchmark could serve the growing research community by providing a flexible as well as standardized toolkit to reimplement existing methods and develop their own new computer vision methods.

If you find MindFace useful in your research, please consider to cite the following related papers:

@misc{MindFace 2022,
    title={{mindface}:mindface for face recognition and detection},
    author={mindface},
    howpublished = {\url{https://github.com/mindspore-lab/mindface/}},
    year={2022}
}

Contributing

MindFace is mainly maintained by the Cross-Media Intelligent Computing (CMIC) Laboratory, University of Science and Technology of China (USTC), and cooperated with Huawei Technologies Co., Ltd.

The research topics of CMIC include multimedia computing, multi-modal information perception, cognition and synthesis.

CMIC has published more than 200 journal articles and conference papers, including TPAMI, TIP, TMM, TASLP, TCSVT, TCYB, TITS, TOMM, TCDS, NeurIPS, ACL, CVPR, ICCV, MM, ICLR, SIGGRAPH, VR, AAAI, IJCAI.

CMIC has received 6 best paper awards from premier conferences, including CVPR MAVOC, ICCV MFR, ICME, FG.

CMIC has won 24 Grand Challenge Champion Awards from premier conferences, including CVPR, ICCV, MM, ECCV, AAAI, ICME.

Main contributors:

  • Jun Yu, harryjun[at]ustc.edu.cn
  • Guochen xie, xiegc[at]mail.ustc.edu.cn
  • Shenshen Du, dushens[at]mail.ustc.edu.cn
  • Zhongpeng Cai, czp_2402242823[at]mail.ustc.edu.cn
  • Peng He, hp0618[at]mail.ustc.edu.cn
  • Liwen Zhang, zlw1113[at]mail.ustc.edu.cn
  • Hao Chang, changhaoustc[at]mail.ustc.edu.cn
  • Mohan Jing, [email protected]
  • Haoxiang Shi, [email protected]
  • Keda Lu, wujiekd666[at]gmail.com
  • Pengwei Li, 3163398705[at]qq.com

mindface's People

Contributors

kingcong avatar samithuang avatar howtonameme avatar czp-1 avatar lemon-ustc avatar harryjun-ustc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.