GithubHelp home page GithubHelp logo

luoguocheng / facea Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gzhu-cvpr/facea

0.0 0.0 0.0 1.12 MB

this a gui client about face attributes recognition。这是一个人脸属性识别的gui程序。

License: Other

Python 100.00%

facea's Introduction

Description:

这是一个基于pyqt的gui客户端程序,主要用来展示人脸属性识别的结果。目前调用了face++旷视公司的接口,此后会改造成,调用自己队伍训练结果的接口。

Attention

MyUtils中调用face++接口的密钥要更改为自己的密钥,程序才能正常运作

Project structure:

│  AUTHORS  
│  CONTRIBUTING.md  
│  LICENSE  
│  README.md
│  requirements.txt  
│  setup.py
├─dist                  放置发行版  
├─docs                  放置说明文档   
├─examples              放置样例,在此项目无实际作用
├─extras                放置额外文件,在此项目无实际作用  
├─faceA  
│  │  main.py           主函数
│  │  MyException.py    自定义异常类
│  │  MyUtils.py        自定义工具类
│  │  myapp.logs        log文件
│  ├─resource          放置资源文件
│  └─ui  ui模块  
│      ├─ui_base       放置 qt designer的布局文件  
│      ├─ui_source     放置qtuic自动生成的文件
├─scripts               放置可执行文件  
└─tests                 放置测试样例  

为了避免项目更加复杂,减去了一些目录模板,但是为了以后的项目架构,做出说明(这个项目README简直就是给我以后自己看的,逃)

目录额外说明:

不需要network目录 因为没有复杂的网络操作
不需要dba目录,因为没有数据库。
不需要examples。因为这里不是库,本身具有程序实现,不需要例子
dist是发行版的文件夹

The Docs Link:

TODOLIST

Installation:

Requirrments

  • python 3.0+
  • requests (>=2.13.0)
  • PyQt5(>=5.8.0)
  • pyqt5-tools(>=5.9.0.1.2)

install and run

pip install -r requirements.txt
cd  faceA/faceA
python main.py  

How to use:

You can upload your pic which you want to get the information about.
And then the program will show you the result after click the button.
The result will just like
Example:Lenna.png

facea's People

Contributors

raymond-yn 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.