Coder Social home page Coder Social logo

relabeled-helen-dataset's Introduction

The HELEN* Dataset

The HELEN* dataset is a rectified version of the original HELEN dataset.

You could download the dataset using ( Google Drive | Baidu Drive | Dropbox )

File structure:

train/ # the training set
    xxx_image.jpg # the face image
    xxx_label.png # the mask annotations
    xxx_viz.jpg   # annotation visualization
test/ # the testing set (in original size)
    ...
test_resize/ # the testing set (resized)
    ...

All images in train/ come from the original HELEN. We relabeled the hair and facial skin regions in train/. Annotations in test/ also come from the original HELEN. While annotations in test_resize/ comply with the resized HELEN.

Mask annotation can be loaded by

import cv2
labels = cv2.imread('xxx_label.png', cv2.IMREAD_GRAYSCALE)

Meaning of annotation values:

0: background
1: facial skin
2: left brow (viewer side)
3: right brow
4: left eye
5: right eye
6: nose
7: upper lip
8: inner mouth
9: lower lip
10: hair

F scores can be calculated using f1_score.py.

Citation

If you find the dataset useful, please consider citing

@inproceedings{lin2019face,
  title={Face Parsing with RoI Tanh-Warping},
  author={Lin, Jinpeng and Yang, Hao and Chen, Dong and Zeng, Ming and Wen, Fang and Yuan, Lu},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  pages={5654--5663},
  year={2019}
}

relabeled-helen-dataset's People

Watchers

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