Git Product home page Git Product logo

tiny_yolo_v3's Introduction

README.txt

Package Contents
TinyYOLOv3Script
├ yolo004.jpg
└ coco_classes.txt
├ Makefile
...
└ tiny_yolo_v3.cpp

This code assumes the following conditions
- BSP: VLP64 1.0.1
- Board: RZ/G2E ek874
- meta-renesas-ai: v3.1.0

Compilation
1. To compile the source code, first create SDK that contains meta-onnxruntime in meta-renesasi-ai.
2. Change the environment variable.
  $ source /opt/poky/2.4.3/environment-setup-aarch64-poky-linux
3. Modify Makefile
-WORK=/home/kurata/Projects/VLP64_101_G2E_V2M/work/
+WORK=<Your Yocto Work Directory>
+SDK_ONNX=<your onnx folder>
4. compile
  $ make


Execution Environment
1. Copy the compiled program, "yolo_v3", to the target board.
2. To execute the program, following files are required
  (a) input image: yolo004.jpg
  (b) Label list: coco_classes.txt
  (c) Tiny YOLO v3 ONNX model: Model.onnx (Download it from https://github.com/onnx/models/blob/master/vision/object_detection_segmentation/tiny_yolov3/model/yolov3-tiny.onnx)
3. Place the above (a), (b) and (c) to <app location>
4. To execute the program, use the following command.
$ cd <app location>
$ ./tiny_yolo_v3

tiny_yolo_v3's People

Watchers

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