An attempt to generate latent siblings faces by Machine Learning.
brew install imagemagick
pip install -r requirements.txt
Tri-subject Kinship Face Database.
Copyright 2015, Xiaoyang Tan The dataset is provided for research purposes to a researcher only and not for any commercial use. Please do not release the data or redistribute this link to anyone else without our permission. Contact {x.tan}@nuaa.edu.cn if any question.
If you use this dataset, please cite it as,
Xiaoqian Qin, Xiaoyang Tan,Songcan Chen, Tri-Subject Kinship Verification: Understanding the Core of A Family. IEEE Transactions on Multimedia, 2015
Download here.
Make the mirror image from Son's and Daughter's before combining.
python tskinface_preprocessor.py
These preprocessed images are stored in data/TSKinFace/preprocessed
.
These combined images are stored in data/TSKinFace/combined
.
python face_extractor.py FACE_IMG_PATH
Cropped files will export at FACE_IMG_PATH directory.
You can change the resolution to export with -r
option.
You can change the method of resize with -i
option.
This program is brought by Shin'ichiro SUZUKI to KUAD Design Project II A 2019.