All Projects → deepinx → megaface-evaluation

deepinx / megaface-evaluation

Licence: other
A Simple Tool to Evaluate Your Models on Megaface Benchmark Implemented in Python and Mxnet

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to megaface-evaluation

iqiyi-vid-challenge
Code for IQIYI-VID(IQIYI Video Person Identification) Challenge Implemented in Python and MXNet
Stars: ✭ 45 (+32.35%)
Mutual labels:  mxnet, face-recognition
Deepcamera
Open source face recognition on Raspberry Pi. SharpAI is open source stack for machine learning engineering with private deployment and AutoML for edge computing. DeepCamera is application of SharpAI designed for connecting computer vision model to surveillance camera. Developers can run same code on Raspberry Pi/Android/PC/AWS to boost your AI production development.
Stars: ✭ 757 (+2126.47%)
Mutual labels:  mxnet, face-recognition
compreface-javascript-sdk
JavaScript SDK for CompreFace - free and open-source face recognition system from Exadel
Stars: ✭ 19 (-44.12%)
Mutual labels:  face-recognition, face-verification
Insightface
State-of-the-art 2D and 3D Face Analysis Project
Stars: ✭ 10,886 (+31917.65%)
Mutual labels:  mxnet, face-recognition
Arcface Multiplex Recognition
适用于复杂场景的人脸识别身份认证系统
Stars: ✭ 200 (+488.24%)
Mutual labels:  mxnet, face-recognition
AIML-Human-Attributes-Detection-with-Facial-Feature-Extraction
This is a Human Attributes Detection program with facial features extraction. It detects facial coordinates using FaceNet model and uses MXNet facial attribute extraction model for extracting 40 types of facial attributes. This solution also detects Emotion, Age and Gender along with facial attributes.
Stars: ✭ 48 (+41.18%)
Mutual labels:  mxnet, face-recognition
Gluon Face
An unofficial Gluon FR Toolkit for face recognition. https://gluon-face.readthedocs.io
Stars: ✭ 264 (+676.47%)
Mutual labels:  mxnet, face-recognition
Insightface Just Works
Insightface face detection and recognition model that just works out of the box.
Stars: ✭ 127 (+273.53%)
Mutual labels:  mxnet, face-recognition
Facerecognition
This is an implematation project of face detection and recognition. The face detection using MTCNN algorithm, and recognition using LightenenCNN algorithm.
Stars: ✭ 137 (+302.94%)
Mutual labels:  mxnet, face-recognition
face-recognition
얼굴 인식에 대한 기술 동향 및 관련 모델 자료
Stars: ✭ 38 (+11.76%)
Mutual labels:  face-recognition, face-verification
facerec-bias-bfw
Source code and notebooks to reproduce experiments and benchmarks on Bias Faces in the Wild (BFW).
Stars: ✭ 40 (+17.65%)
Mutual labels:  face-recognition, face-verification
onnx tensorrt project
Support Yolov5(4.0)/Yolov5(5.0)/YoloR/YoloX/Yolov4/Yolov3/CenterNet/CenterFace/RetinaFace/Classify/Unet. use darknet/libtorch/pytorch/mxnet to onnx to tensorrt
Stars: ✭ 145 (+326.47%)
Mutual labels:  mxnet
enhanced-ssh-mxnet
The MXNet Implementation of Enhanced SSH (ESSH) for Face Detection and Alignment
Stars: ✭ 54 (+58.82%)
Mutual labels:  mxnet
mxterm
explore apache mxnet from the terminal / REPL
Stars: ✭ 20 (-41.18%)
Mutual labels:  mxnet
ar-resume-with-visual-recognition
An augmented reality based résumé with Face recognition. The iOS app recognizes the face and presents you with the AR view that contains 3D mock face and details of your resume.
Stars: ✭ 71 (+108.82%)
Mutual labels:  face-recognition
robot
Functions and classes for gradient-based robot motion planning, written in Ivy.
Stars: ✭ 29 (-14.71%)
Mutual labels:  mxnet
gpu accelerated forecasting modeltime gluonts
GPU-Accelerated Deep Learning for Time Series using Modeltime GluonTS (Learning Lab 53). Event sponsors: Saturn Cloud, NVIDIA, & Business Science.
Stars: ✭ 20 (-41.18%)
Mutual labels:  mxnet
MachineLearning
โค้ดประกอบเนื้อหา Python Machine Learning เบื้องต้น [2020]
Stars: ✭ 28 (-17.65%)
Mutual labels:  face-recognition
model-zoo-old
The ONNX Model Zoo is a collection of pre-trained models for state of the art models in deep learning, available in the ONNX format
Stars: ✭ 38 (+11.76%)
Mutual labels:  mxnet
Face-Recognition-System
Intelligent Facial Recognition with Django Restful IoT on Raspberry Pi
Stars: ✭ 46 (+35.29%)
Mutual labels:  face-recognition

MegaFace Evaluation Tool for MXNet Models

MegaFace is a set of public face datasets published and maintained by the University of Washington's Computer Science and Engineering Laboratory. It is a benchmark of 1 million-scale facial recognition algorithm. The dataset contains 690,572 images with 1,027,060 images. This repository contains a simple tool to evaluate your models on Megaface Challenge 1 benchmark. All the codes are implemented in Python and Mxnet in this repo.

Environment

This repository has been tested under the following environment:

  • Python 2.7
  • Ubuntu 18.04
  • Mxnet-cu90 (==1.3.0)
  • OpenCV 2.4.9

Usage

  1. Prepare the environment. OpenCV 2.4 is required by the official devkit, for convenience, you can download it from BaiduCloud or GoogleDrive and unzip to /usr/local/lib/opencv2.4.

  2. Clone the repository and put your models to be evaluated in models/.

  3. Download megaface testpack data from BaiduCloud and unzip it to data/.

  4. Download megaface official devkit from BaiduCloud or GoogleDrive and unzip to devkit/.

  5. Edit and call run.sh to evaluate your face recognition model performance.

  6. Edit and run plot_result.py if you want to visualize the final results.

License

MIT LICENSE

Reference

@inproceedings{kemelmacher2016megaface,
title={The megaface benchmark: 1 million faces for recognition at scale},
author={Kemelmacher-Shlizerman, Ira and Seitz, Steven M and Miller, Daniel and Brossard, Evan},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
pages={4873--4882},
year={2016}
}

Acknowledgment

The code is adapted based on an intial fork from the insightface repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].