Skip to content

Implementation of YOLOv3-tiny + Depthwise Separable Convolution on FPGA

Notifications You must be signed in to change notification settings

matsuda-slab/YOLO_ZYNQ_MASTER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of YOLOv3-tiny on FPGA

Procedure

1. Prepare Development Environment

This flow requires environment or tools below.

  • Python3
    • torch
    • numpy
  • Vivado 2019.1
  • Vivado HLS 2019.1

So please switch your python environment so that torch and numpy are available, and set PATH to Vivado installed directory.

2. Synthesize and create IP

In this directory run make. Some minutes later, core IPs for YOLO will be created automatically. You will find those IPs in 'ip' directory.

Reference

About

Implementation of YOLOv3-tiny + Depthwise Separable Convolution on FPGA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published