GithubHelp home page GithubHelp logo

tecsai / yolov7-face Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lucasjinreal/yolov7-face

0.0 0.0 0.0 38.9 MB

Next Gen Face detection based on YOLOv7

License: Other

Shell 2.01% Python 97.76% Dockerfile 0.23%

yolov7-face's Introduction

yolov7-face

Method Test Size Easy Medium Hard Link
yolov7-tiny-leak 640 93.2 91.3 83.0 google
yolov5s 640 94.0 92.1 84.5 google
yolov7-lite-e 640 91.1 87.5 70.9 google

Demo

Download the model place into weights folder, then run:

python detect.py --weights weights/yolov7-tiny-face.pt --view-img

Deploy

事实上这个仓库主要是验证wnnx在复杂模型下的推理能力,当然这当中存在着非常多的坑,最终,我们可以做到NCNN里面做不到的东西,后处理几乎全部融合在模型里面,外部只需要做一个score判断即可。

wnnx的推理结果:

第一张图为yolov7-tiny,后面两张图为 yolov7-lite-e,单线程在CPU下跑的realtime,多线程更快,fp16更快,精度还可以。

Export

export to onnx and torchscript:

python export.py --weights weights/yolov7-tiny-face.pt

Dataset

WiderFace

yolov7-face-label

Test

Demo

References

yolov7-face's People

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.