Git Product home page Git Product logo

recurrent-face-alignment's Introduction

A Recurrent Encoder-Decoder Network for Sequential Face Alignment

This is a quick demo for:

"A Recurrent Encoder-Decoder Network for Sequential Face Alignment"

Xi Peng, Rogerio S. Feris, Xiaoyu Wang, Dimitris N. Metaxas

European Conference on Computer Vision (ECCV), Amsterdam, 2016. (Oral)

Download PDF, Slides, Poster

alt text

alt text

How to Track Landmarks in Video

  1. Clone/Download the project to recurrent-face-alignment/

  2. Download folders model/ and data/ from Google Drive

  3. Copy folders model/ and data/ into recurrent-face-alignment/

  4. Edit TrackVideoDemo.py to set (a) path/to/caffe/python/, and (b) video names to be tracked

  5. python TrackDemo.py

  6. Check tracking results in recurrent-face-alignment/result/

How to Detect Landmarks in Static Image

  1. Edit DetectImageDemo.py to set (a) path/to/caffe/python/, and (b) image folder to be detected

  2. python DetectImageDemo.py

Tracking protocol

For research convenience, we split video into frames using ffmpeg.

The tracker need the bbox of the face at the first frame for initialization.

Detection protocol

The detector need img_bbox.txt that each line has 5 tokens: path/to/image left top right bottom.

[left top right bottom] is the bbox of detected face.

Dependency

caffe: any version that support batch normalization layer (such as SegNet). We will relase our distributed caffe version soon.

python 2.7.

Reference

@InProceedings{PengECCV16,
author = "Peng, Xi and Feris, Rogerio S.and Wang, Xiaoyu and Metaxas, Dimitris N.",
title = "A Recurrent Encoder-Decoder Network for Sequential Face Alignment",
booktitle = "European Conference on Computer Vision (ECCV)",
year = "2016",
pages="38--56"}

recurrent-face-alignment's People

Contributors

xipeng13 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.