GitXplorerGitXplorer
l

Face-Hallucination-of-Facial-Components

public
6 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
1d579ba5ad55fbf64b106bbb2f1f736800e5fb74

add Flann lib

llyttonhao committed 8 years ago
Unverified
469a01085af24afe1f1d7fbd2b6265323561d308

delete some files

llyttonhao committed 10 years ago
Unverified
11824b421a32b077ef9e883ed71a58ecd945b095

code refactoring

llyttonhao committed 10 years ago
Unverified
597af42e03c8bfb71945797a9a436a813640d8fe

small change

llyttonhao committed 10 years ago
Unverified
f90c30d43daeb4ae4732a1c08e27500a8cde8f8f

Multiframe Codes Refactor

llyttonhao committed 10 years ago
Unverified
31b94f37abb623ee60e8795f2b052663cf0876da

Add Some tools (Optical Flow, Inter and Inner NLM, YUV2Image)

llyttonhao committed 10 years ago

README

The README file for this repository.

NEFC

==================

MULTI-POSE FACE HALLUCINATION VIA NEIGHBOR EMBEDDING FOR FACIAL COMPONENTS

This is a Matlab implementation of the paper.

It is provided for educational/research purpose only. Please cite our paper if you found the software useful for your work.

@inproceedings{li2015multi, title={Multi-pose face hallucination via neighbor embedding for facial components}, author={Li, Yanghao and Liu, Jiaying and Yang, Wenhan and Guo, Zongming}, booktitle={Image Processing (ICIP), 2015 IEEE International Conference on}, pages={4037--4041}, year={2015}, organization={IEEE} }

To run the code, please use the main function NE_FC_multi.m.

External codes

  1. Flann: for fast approximate nearest neighbor searching.

    http://www.cs.ubc.ca/research/flann/

  2. lib/OpticalFlow: calculating flow in videos.

    https://people.csail.mit.edu/celiu/OpticalFlow/

  3. lib/face1.0-basic: detect face landmarks

    http://www.ics.uci.edu/~xzhu/face/

Contact

Yanghao Li

lyttonhao@gmail.com