Git Product home page Git Product logo

2019-pr072's Introduction

to run this project,you need install OpenVINO toolkit.

how to run this model ?

[1]install OpenVINO toolkit 
[2]put src folder in /opt/intel/openvino/inference_engine/samples
[3]run command :./build_sample.sh
if compiled OK,you'll find a file named myprojectback in
~/inference_engine_samples_build/intel64/Release
[4]you can cd into this file run command :
./myprojectback -i cam0 -m ~/YOLO/bdd100k/tiny_yolov3.xml -d CPU 
to see the result of this project.
if you wan't see the result of videl ,what't you should to do is change cam0 to your  video path.



how to run this model ?
[5]if you wan't use FPGA to accelerate the project ,you need use command :
export CL_CONTEXT_COMPILER_MODE_INTELFPGA=3

aocl program acl0 /opt/intel/openvino/bitstreams/a10_devkit_bitstreams/2019R1_A10DK_FP16_TinyYolo.aocx


cd ~/inference_engine_samples_build/intel64/Release/


./myprojectback -i cam0 -m ~/YOLO/bdd100k/tiny_yolov3.xml -d HETERO:FPGA,CPU

you can see the accerate of FPGA(Arria10).


[6]we also offer the python project of tiny-yolo.you can see it in python folder.



2019-pr072's People

Contributors

noticeable 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.