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
I have installed finn-examples on Pynq-Z2 (version 2.7), but I cannot run the notebook 3_binarycop_mask_detection.ipynb
The error is: Exception: Bitfile for model = bincop-cnv target platform = Pynq-Z2 not found. Looked in: ['/usr/local/share/pynq-venv/lib/python3.8/site-packages/finn_examples/bitfiles/Pynq-Z2/bincop-cnv.bit', '/usr/local/share/pynq-venv/lib/python3.8/site-packages/finn_examples/bitfiles/bitfiles.zip.d/Pynq-Z2/bincop-cnv.bit']
Is there a way to run this example on Pynq-Z2 too?
The text was updated successfully, but these errors were encountered:
Hi @pinootto, great question!
Since we don't provide the build script for the BinaryCoP facemask detection notebook example, you cannot rebuild this model for the Pynq-Z2 board. The bitfile that is provided is targeting the Pynq-Z1 board.
I have installed finn-examples on Pynq-Z2 (version 2.7), but I cannot run the notebook 3_binarycop_mask_detection.ipynb
The error is:
Exception: Bitfile for model = bincop-cnv target platform = Pynq-Z2 not found. Looked in: ['/usr/local/share/pynq-venv/lib/python3.8/site-packages/finn_examples/bitfiles/Pynq-Z2/bincop-cnv.bit', '/usr/local/share/pynq-venv/lib/python3.8/site-packages/finn_examples/bitfiles/bitfiles.zip.d/Pynq-Z2/bincop-cnv.bit']
Is there a way to run this example on Pynq-Z2 too?
The text was updated successfully, but these errors were encountered: