Git Product home page Git Product logo

yolo_quantize's Introduction

YOLO_quantize is designed for embedded device to run YOLOv1(by the father of YOLO, Joseph Redmon) smoothly. for now, it is verified on 赛灵思(Xilinx) ZCU102 SoC device. The repo is still under development. Here is developing features:

  1. 编译支持 support build options for x86 and ARM devices e.g. Options are ARM and X86 in Makefile and make CC and CPP to fit your local path.
  2. 视频数据格式 support YOLO inference on Webcam YUV422 format. e.g. you could run it on PC with the following cmd. ./darknet zcu102 resource/yuyv422_640480_car.yuv 640x480
  3. ARM NENO加速 apply NEON acceleration for convolution layer, using EIGEN library e.g. Enable EIGEN option in Makefile.
  4. support simple layer profiling e.g. PROF config in Makefile
  5. separate YOLO init and inference flow. e.g. see validate_zcu102() for reference.
  6. 16位量化 support 16-bit trainning and inference on convolution layer [on-going] e.g. fixing segamentation fault
  7. PCA压缩 support PCA for trainning and inference [planning]
  8. 卷积矩阵乘法加速 acceleration connected layer and img2col() [planning]

You can do anything you want, but limited for research. If it helps you, please cite it! :)

电子创新网 赛灵思中文社区

yolo_quantize's People

Contributors

b9515308 avatar ewenwan avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.