Git Product home page Git Product logo

drml's Introduction

Intro

This repository provides the codes for the CVPR16 paper, “Deep Region and Multi-Label Learning for Facial Action Unit Detection". This code aims for training a convolutional network that contains a region layer for specializing the learned kernels on different facial regions, and meanwhile utilizes a multi-label cross-entropy to jointly learn 12 AUs. This implementation is based on Caffe Toolbox.

File structure

Based on the caffe toolbox, we organize the source files as follows:

  • include/caffe/: Header files that contains the declaration of our implemented layers

  • prototxt/: Network architecture we used to compuare and report in our paper

  • src/caffe/layers/: Source files of our implemented layers

    • box_layer.*: Slice a 160x160 response map into an 8x8 uniform grid.

    • image_data_layer_multilabel.cpp: Load multiple labels for one image.

    • multi_sigmoid_cross_entropy_loss_layer.*: Multi-label loss.

    • splice.*: Concatenate 20 8x8 uniform grids to a 160x160 feature map.

More info

  • Contact: Please send comments to Kaili Zhao ([email protected])
  • Citation: If you use this code in your paper, please cite the following:
@inproceedings{zhao2016deep,
  title={Deep Region and Multi-Label Learning for Facial Action Unit Detection},
  author={Zhao, Kaili and Chu, Wen-Sheng and Zhang, Honggang},
  booktitle={CVPR},
  year={2016}
}

drml's People

Contributors

l2ior avatar zkl20061823 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

drml's Issues

question about caffe version

Hi~Is there a version of code to support caffe-rc3? Sorry to trouble you. This version seems to support caffe-rc2 which have vision_layer.hpp, and the cudnn version of my computer can't support caffe-rc2.

Which caffe version is used

Hi, I’m trying to compile the DRML code with caffe rc-2. However there’s an error saying:

src/caffe/layers/box_layer.cpp:25:13: error: ‘class caffe::LayerParameter’ has no member named ‘box_param’
height_ = this->layer_param_.box_param().height();

So I am wondering maybe I used a wrong version of caffe?

Thanks,
Lyndon

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.