GithubHelp home page GithubHelp logo

duocat / resnet50-tensorflow-face-recognition Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kaihuatang/resnet50-tensorflow-face-recognition

0.0 0.0 0.0 1.88 MB

Using Tensorflow to implement a ResNet50 for Cross-Age Face Recognition

License: MIT License

Python 100.00%

resnet50-tensorflow-face-recognition's Introduction

Cross-Age Face Recognition Using ResNet50 (unfinished)

Trainable ResNet50 using Python3.5 + Tensorflow
DataSet: Cross-Age Celebrity Dataset(CACD)

Training Part

  1. Run TrainResNet.py
  2. Label and Image Name are loaded from "./label/label_1200.npy" and "./label/name_1200.npy"
  3. Label is range from [1, LABELSNUM]
  4. Set data_path to be None, if it is the frist time you Train. and set create_npy of load_all_image(nameList, h, w, c, parentPath, create_npy = False) to be True.
  5. Set model_path to be None, if you train a network from scratch.
  6. All trained model will be saved in ./model/XXX

Extract Feature Part

  1. Run TestResNet.py
  2. Set data_path to be the model you use.
  3. The feature will be saved as .mat
  4. The "./label/label.npy" and "./label/name.npy" contain all 160,000+ images from 2000 identities.
  5. LABELSNUM should be the same as training part, otherwise the Network cannot be correctly initialized.

resnet50-tensorflow-face-recognition's People

Contributors

kaihuatang avatar tangkaihuappt 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.