Giter Site home page Giter Site logo

matthewluo7 / involutionnet Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 1.0 5.03 MB

This repository is our 3rd place work in the 59th IEEE/ACM Design Automation Conference System Design Contest.

Jupyter Notebook 0.43% C++ 96.40% Tcl 2.47% C 0.69% Python 0.01%

involutionnet's Introduction

InvolutionNet

Introduction

This repository is our 3rd place work in the 59th IEEE/ACM Design Automation Conference System Design Contest. A fully-pipelined FPGA accelerator for object detection CNN is designed in Vivado High-Level Synthesis. The design is deployed on an embedded FPGA, Ultra96-V2, and is evaluated according to its inference speed, energy consumption and prediction accuracy. In July 2022, the final result of the contest was announced at the 59th IEEE/ACM Design Automation Conference, San Francisco, USA.

Team Members

  • Haitong Huang, State Key Lab of Processors, Institute of Computing Technology, Chinese Academy of Sciences
  • Erjing Luo, School of Information and Electronics, Beijing Institute of Technology
  • Cangyuan Li, Center for Intelligent Computing Systems, Institute of Computing Technology, Chinese Academy of Sciences

Repository Organization

  • deploy: the deployment files on Ultra96-V2
  • scripts: the scripts for generating HLS and Vivado project
  • src: the accelerator design

involutionnet's People

Contributors

matthewluo7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

maxpark

involutionnet's Issues

On board running problem

Hello,

I tried to follow your work and recover from the start, and i have finishe the hls part with the sim and co-sim passing and generate the verilog based ip.
But when generating the bit file and stream it to the board, it stalls in
dma.sendchannel.wait()
dma.recvchannel.wait() part.
I want to know how to check it works or not. And i am curious that you are using a c based load_image function. Do i need to compile from the board?
and also about these block, how to find the register address? will that affect the running ?
nn_ctrl.write(0x0, 0) # Reset
nn_ctrl.write(0x10, in_buffers[which_buffer].shape[0])
nn_ctrl.write(0x0, 1) # Deassert reset

Thanks alot

How to realize multi-classification?

Hi there,

We have studied your design. It is a very nice job! However, when we want to implement a multi-classification task, we found your design is not supportive. Is your design based on the ultranet before? Any advice to help the multi-classification task work?

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.