Giter Site home page Giter Site logo

face_recog.src's Introduction

Face Recognition via Sparse Representation-based Classification (SRC)

申明

Code仅用于学术研究目的,商业使用上的版权问题本人概不负责。有任何的学术方面的讨论,欢迎邮件[email protected]

Code中使用了OpenCV进行底层图像处理,使用了Fast l-1 Minimization Algorithms: Homotopy and Augmented Lagrangian Method -- Implementation from Fixed-Point MPUs to Many-Core CPUs/GPUs, by Allen Y. Yang, Arvind Ganesh, Zihan Zhou, Andrew Wagner, Victor Shia, Shankar Sastry, and Yi Ma进行l-1 Minimization优化。后者申明:

/*% README
% Copyright ©2010. The Regents of the University of California (Regents).
% All Rights Reserved. Contact The Office of Technology Licensing,
% UC Berkeley, 2150 Shattuck Avenue, Suite 510, Berkeley, CA 94720-1620,
% (510) 643-7201, for commercial licensing opportunities.

% Created by Victor Shia, Allen Y. Yang, Department of EECS, University of California,
% Berkeley.

% IN NO EVENT SHALL REGENTS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
% SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS,
% ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
% REGENTS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

% REGENTS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED
% TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
% PARTICULAR PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION, IF ANY,
% PROVIDED HEREUNDER IS PROVIDED "AS IS". REGENTS HAS NO OBLIGATION TO
% PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
*/

README file for DALM/PALM and Homotopy l1-minimization code
by Victor Shia, Allen Yang

文件说明

./paper目录 两篇有关Sparse Representation-based Classification(SRC)算法的原理

  • PAMI-Face.pdf -> SRC原理
  • YangA_ICIP2010.pdf -> SRC中涉及的L1-Min问题解法,包括DALM算法等

./codes目录 SRC算法具体实现

  • slib静态库工程包括了SRC算法的主要实现,其中L1-Min问题使用的Fast DALM算法
  • train exe工程实现了SRC的训练程序,使用见程序usage
  • test exe工程实现了SRC的测试程序,使用见程序usage
  • test.py文件(./codes/face_recog.SRC/_exe/test.py)实现了SRC算法的批处理测试功能
  • ./codes/face_recog.SRC/_exe/extYaleB目录是extended Yale Face Database B人脸库

[email protected], 6/11/2011

face_recog.src's People

Contributors

409544320 avatar

Watchers

Nam Ly 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.