Skip to content

Latest commit

 

History

History
 
 

pynq

This repo is about PYNQ.
Weight and bias are available in HERE(BaiDu CloudDisk) URL
Continue with the step of creating yolov2.tcl and yolov2.bit

  1. Copy yolov2.tcl and yolov2.bit to this repo
  2. Open yolov2.ipynb in jupyter notebook
  3. You can change the image path:
#image path
ORIG_IMG_PATH = 'dog.jpg'
  1. You can also change the bitstream:(The name of .tcl must be same as the name of .bit)
overlay = Overlay("yolov2.bit")
  1. Run all

Results as:

image1