All Projects → cleardusk → Meglass

cleardusk / Meglass

Licence: mit
An eyeglass face dataset collected and cleaned for face recognition evaluation, CCBR 2018.

Projects that are alternatives of or similar to Meglass

Wb srgb
White balance camera-rendered sRGB images (CVPR 2019) [Matlab & Python]
Stars: ✭ 101 (-64.06%)
Mutual labels:  dataset, datasets
Awesome Json Datasets
A curated list of awesome JSON datasets that don't require authentication.
Stars: ✭ 2,421 (+761.57%)
Mutual labels:  dataset, datasets
Aesthetics
Image Aesthetics Toolkit - includes Fisher Vector implementation, AVA (Image Aesthetic Visual Analysis) dataset and fast multi-threaded downloader
Stars: ✭ 113 (-59.79%)
Mutual labels:  dataset, datasets
Openml R
R package to interface with OpenML
Stars: ✭ 81 (-71.17%)
Mutual labels:  dataset, datasets
Datasets
TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
Stars: ✭ 3,094 (+1001.07%)
Mutual labels:  dataset, datasets
Persian Swear Words
دیتاست کلمات نامناسب و بد فارسی برای فیلتر کردن متن ها
Stars: ✭ 95 (-66.19%)
Mutual labels:  dataset, datasets
Masktheface
Convert face dataset to masked dataset
Stars: ✭ 167 (-40.57%)
Mutual labels:  dataset, face-recognition
Colour
Colour Science for Python
Stars: ✭ 1,131 (+302.49%)
Mutual labels:  dataset, datasets
Retriever
Quickly download, clean up, and install public datasets into a database management system
Stars: ✭ 241 (-14.23%)
Mutual labels:  dataset, datasets
Datasets
source{d} datasets ("big code") for source code analysis and machine learning on source code
Stars: ✭ 231 (-17.79%)
Mutual labels:  dataset, datasets
Hub
Dataset format for AI. Build, manage, & visualize datasets for deep learning. Stream data real-time to PyTorch/TensorFlow & version-control it. https://activeloop.ai
Stars: ✭ 4,003 (+1324.56%)
Mutual labels:  dataset, datasets
MaskedFaceRepresentation
Masked face recognition focuses on identifying people using their facial features while they are wearing masks. We introduce benchmarks on face verification based on masked face images for the development of COVID-safe protocols in airports.
Stars: ✭ 17 (-93.95%)
Mutual labels:  dataset, face-recognition
Atis dataset
The ATIS (Airline Travel Information System) Dataset
Stars: ✭ 81 (-71.17%)
Mutual labels:  dataset, datasets
Exposure correction
Reference code for the paper "Learning Multi-Scale Photo Exposure Correction", CVPR 2021.
Stars: ✭ 98 (-65.12%)
Mutual labels:  dataset, datasets
Awesome machine learning solutions
A curated list of repositories for my book Machine Learning Solutions.
Stars: ✭ 65 (-76.87%)
Mutual labels:  dataset, face-recognition
Maskedface Net
MaskedFace-Net is a dataset of human faces with a correctly and incorrectly worn mask based on the dataset Flickr-Faces-HQ (FFHQ).
Stars: ✭ 152 (-45.91%)
Mutual labels:  dataset, face-recognition
Facerank
FaceRank - Rank Face by CNN Model based on TensorFlow (add keras version). FaceRank-人脸打分基于 TensorFlow (新增 Keras 版本) 的 CNN 模型(QQ群:167122861)。技术支持:http://tensorflow123.com
Stars: ✭ 841 (+199.29%)
Mutual labels:  dataset, face-recognition
French Sentiment Analysis Dataset
A collection of over 1.5 Million tweets data translated to French, with their sentiment.
Stars: ✭ 35 (-87.54%)
Mutual labels:  dataset, datasets
Automated Resume Screening System
Automated Resume Screening System using Machine Learning (With Dataset)
Stars: ✭ 224 (-20.28%)
Mutual labels:  dataset, datasets
recurrent-defocus-deblurring-synth-dual-pixel
Reference github repository for the paper "Learning to Reduce Defocus Blur by Realistically Modeling Dual-Pixel Data". We propose a procedure to generate realistic DP data synthetically. Our synthesis approach mimics the optical image formation found on DP sensors and can be applied to virtual scenes rendered with standard computer software. Lev…
Stars: ✭ 30 (-89.32%)
Mutual labels:  dataset, datasets

Face Synthesis for Eyeglass-Robust Face Recognition

[ArXiv]

Intro

This repo releases the MeGlass dataset in original paper. MeGlass is an eyeglass dataset originaly designed for eyeglass face recognition evaluation. All the face images are selected and cleaned from MegaFace. Each identity has at least two face images with eyeglass and two face images without eyeglass. More details are presented in paper Face Synthesis for Eyeglass-Robust Face Recognition.

Name Dataset type Link
MeGlass_120x120.zip Cropped Google Drive or Baidu Yun, 335.8M
MeGlass_ori.zip Origin Baidu Yun, 13.3G

Dataset description

meta.txt contains the eyeglass labels of images. 1 means black-eyeglass, 0 means no-eyeglass.

MeGlass_120x120.zip consists of the cropped images of size 120x120.

MeGlass_ori.zip contains the original face images.

test directory contains four lists corresponding to the four protocols in paper.

Dataset Identity Images Black-eyeglass No-eyeglass
MeGlass 1,710 47,917 14,832 33,085
Testing set 1,710 6,840 3,420 3,420

Samples

Dataset usages

To build this dataset, we use eyeglass classifier, powerful face recognition model and manual labor to keep right the person identity and black eyeglass attribute. Therefore, MeGlass dataset can be used for face recognition (identification and verification), eyeglass detection, removal, generation tasks and so on.

Identity parsing rule

Take one filename [email protected][email protected]_1.jpg for example, the string before the second @ makes one face image's identity. The naming rule is corresponding to the original MegaFace dataset.

Acknowledgement

The 3D face model fitting is based on Xiangyu Zhu's work.

Citation

If your research benefits from MeGlass, please cite it as

@article{guo2018face,
  title={Face Synthesis for Eyeglass-Robust Face Recognition},
  author={Guo, Jianzhu and Zhu, Xiangyu and Lei, Zhen and Li, Stan Z},
  journal={arXiv preprint arXiv:1806.01196},
  year={2018}
}
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].