YuvalNirkin / egohands_augmentations

Hand augmentation based on the EgoHands project

Home Page:http://vision.soic.indiana.edu/projects/egohands/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EgoHands Augmentations

Yuval Nirkin, Iacopo Masi, Anh Tuan Tran, Tal Hassner, and Gerard Medioni.

Overview

Code for the hand augmentation, based on the data provided by the EgoHands Project, described in the paper:

Yuval Nirkin, Iacopo Masi, Anh Tuan Tran, Tal Hassner, Gerard Medioni, "On Face Segmentation, Face Swapping, and Face Perception", IEEE Conference on Automatic Face and Gesture Recognition (FG), Xi'an, China on May 2018

Please see project page for more details, more resources and updates on this project.

If you find this code useful, please make sure to cite our paper in your work.

Installation

Usage

extractHands('initial_extract');
mkdir selected

% Select good segmentations and copy them to "selected" together with their images
% or use the images from the "selected.zip" file

mkdir selected_transformed
transformHands('selected', 'selected_transformed');

mkdir selected_transformed_images
mkdir selected_transformed_segmentations
mv selected_transformed/*.jpg selected_transformed_images
mv selected_transformed/*.png selected_transformed_segmentations

% For a generic dataset use:
createHandAugmentations(<face_images_dir>,<face_segmentations_dir>, 'selected_transformed_images', 'selected_transformed_segmentations', <output_images_dir>, <output_segmentations_dir>);

% For LFW dataset use:
createLFWHandAugmentations(<lfw_root_dir>, 'selected_transformed_images', 'selected_transformed_segmentations', <output_dir>, 'hand_pixels', 2400)

Citation

Please cite our paper with the following bibtex if you use found our code useful:

@inproceedings{nirkin2018_faceswap,
      title={On Face Segmentation, Face Swapping, and Face Perception},
      booktitle = {IEEE Conference on Automatic Face and Gesture Recognition},
      author={Nirkin, Yuval and Masi, Iacopo and Tran, Anh Tuan and Hassner, Tal and Medioni, G\'{e}rard},
      year={2018},
    }

Related projects

Copyright

Copyright 2017, Yuval Nirkin, Iacopo Masi, Anh Tuan Tran, Tal Hassner, and Gerard Medioni

The SOFTWARE provided in this page is provided "as is", without any guarantee made as to its suitability or fitness for any particular use. It may contain bugs, so use of this tool is at your own risk. We take no responsibility for any damage of any sort that may unintentionally be caused through its use.

About

Hand augmentation based on the EgoHands project

http://vision.soic.indiana.edu/projects/egohands/


Languages

Language:MATLAB 100.0%