Giter VIP home page Giter VIP logo

elas_soc's Introduction

ELAS_SoC

Source Code for "Real-Time Dense Stereo Matching with ELAS on FPGA Accelerated Embedded Devices"

The code has no dependancy on OpenCV for reading/writing images - nothing needs to be cross-compiled and linked for the ARM CPU. The system expects 8-bit binary PGM images for the L/R inputs and outputs 16-bit binary PGM disparity map.

Building through SDx/SDSoC GUI:

  1. Open a new project in Xilinx SDx/SDSoC with correct board/chip selected
  2. Add source files to project
  3. Modify the Topmain.h file to vary the parameters used in the build of the different accelerators.
  4. In project settings, set functions "ExtMatchDense", "ExtMatchSparse" and "triage" for hardware acceration
  5. Set Clock Frequency of HW functions to desired frequency, set the same frequency value for the "Data Motion Network". Whether a build at a desired clock frequency succeeds may depend on the capabilities & speedgrade of the SoC used.
  6. Ensure that "Generate bitsream" & "Generate SD card image" options are selected.

Testing System

  1. Following the succeful build, navigate to the build directory and copy contents located in the "sd_card" directory onto external {micro, standard} SD card.
  2. Similarly, copy input images onto SD card in the fashion expected in Topmain.cpp
  3. Insert SD card into development board and boot board.
  4. Navigate to /mnt/ directoy and run ./Project_Name.elf

elas_soc's People

Contributors

seakros avatar

Watchers

 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.