Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 959 Bytes

File metadata and controls

30 lines (25 loc) · 959 Bytes

[Pattern Recognize Project]

Attribute Value
Author Liu Yunfei
Student ID BY1706126
E-mail lyunfei@buaa.edu.cn

File Structure

  • src: The folder which contains cxx source code
  • scripts: The fouder which contains python scripts
  • doc: The folder which contains project information

Additional

Environment required

Ubuntu 16.04
cmake 2.8+
OpenCV 3.2
Tensorflow 1.4+
tflearn

First Edition

The MNIST dataset you can download from here and you need create folders in the project root folder as data/mnist/ and then put the dataset you downloaded and extract them in that folder.


Second Edition

Add face recognition project, take ORL and PIE as the database, using PCA to reduce dimention of images. We show a basic pipeline to handle this recognition task

All rights reserved