You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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!
The text was updated successfully, but these errors were encountered: