Giter VIP home page Giter VIP logo

deepid's Introduction

DeepID

0. 效果展示

  • 训练图(极小数据测试训练)
    image
  • 测试图
    image
  • 训练曲线accuracy
    image
  • 训练曲线loss
    image

1. 数据地址及工具

2. 执行指令

  • 防止数据不均衡,小于100张的用于测试,不足600的做数据扩充
    python image_augmentation.py
  • 将原图剪裁,剪裁成(47 * 55)大小的图片,原图是人脸对齐的
    python image_crop.py
  • 将图库进行划分,保存各分块的本地地址,存储为csv文件
    python image_split.py
  • 将划分后的数据保存成向量存储形式, 存储为pkl文件
    python image_vector.py
  • 训练数据
    python train.py
  • 在命令行输入,启动tensorboard观测曲线
    tensorboard --logdir=log
  • 在浏览器中输入,显示曲线
    http://localhost:6006/#scalars
  • 测试数据
    python test.py

3. 参考链接

deepid's People

Contributors

shen1994 avatar

Watchers

James Cloos avatar  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.