Coder Social home page Coder Social logo

pixel-face's Introduction

Pixel-Face Dataset

Introduction

We present a large-scale, high-resolution and diverse 3D face dataset, PixelFace, with massive annotations. PixelFace contains a training set with 655 subjects and a validation set with 200 subjects. Each subject has samples under different expressions and multiple views. Each sample provide synchronized multi-view 2D face image, depth(will release in the future), 3D scanning and registration results.There are 8483 samples totally. The 3D landmarks, age and gender of the subjects are also included. The data have been released to public for non-commercial research purpose. Fig1. Overview

Data Downloading

Please send emails to pixel.face.data@gmail with signed agreement to obtain the download link and password. The whole dataset is about 50GB.

Data Description

The available data includes the following.

1. information

Download the Dataset Information to get folder release_id/

  • release_id/split/release_eva.txt and release_id/split/release_train.txt

    The text files containing name of samples for evaluation and training.

  • release_id/release_id.txt
    ids of all data samples

  • release_id/release_info.txt

    A text file containing the ages and gender of the subjects. From left to right, each row is the subject, data id, gender (1-male, 0-female), age, and expression label whose detailed definitions are shown in Fig1 (label 0 indicating arbitrary expression which is not defined).

    Fig1. Expression definition.

2. Multi-modality Data

There are 8483 multi-modality samples. Each sample consists of:

  1. multi-view 2D images (sample/$VIEW$/t.bmp), the $VIEW$ 0, 1, 2 refer to left, middle, right respectively.
  2. 3D scanning and registration results (sample/fusion/gt.mat)
  3. multi-view depth (sample/$VIEW$/depth.bmp)

3. Tools

We provide Python3.6 code to extract facial landmarks and obj from the mat file. The instructions of basic setup are:

  • Install basic requirements:
	pip install -r requirement.txt 
  • Run the following command will extract sample data from .mat and generate .obj files for face meshes. You can follow the same practice to extract other data after downloading.
	python util/read_data.py
  • If you have problem in visualize the generated obj files. Please run the following command to convert the color space. It might be helpful.
	python util/convert_obj.py

Citation

@article{pixelface,
  title={Pixel-Face: A Large-Scale, High-Resolution Benchmark for 3D Face Reconstruction},
  author={Zhang, Yunxuan and Rong, Yu and Liu, Ziwei and Cheng, Cheng},
  journal= {arXiv preprint arXiv:2008.12444},
  year={2020}
}

pixel-face's People

Contributors

penincillin avatar liuziwei7 avatar

Watchers

James Cloos 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.