tensil-ai / tensil

Open source machine learning accelerators
https://www.tensil.ai
Other
348 stars 28 forks source link

YoloV4-Tiny on Pynq-z2 #103

Open thetushargoyal opened 3 months ago

thetushargoyal commented 3 months ago

Hey, @petrohi from the tensil.ai benchmarks, I learned that you can run YoloV4-Tiny on Pynq-z1. I was trying to recreate this on Pynq-z2 using the article to run YOLO on Ultra96. That article provides us with the kernel image fix for ultra96

wget https://s3.us-west-1.amazonaws.com/downloads.tensil.ai/pynq/2.7/ultra96v2/image.ub sudo cp /boot/image.ub /boot/image.ub.backup sudo cp image.ub /boot/ rm image.ub sudo reboot

how can I run this on Pynq-Z2?

Thanks for your help!

taharabs commented 1 month ago

hi did you do it?