PYNQ-ComputerVision icon indicating copy to clipboard operation
PYNQ-ComputerVision copied to clipboard

Computer Vision Overlays on Pynq

Results 7 PYNQ-ComputerVision issues
Sort by recently updated
recently updated
newest added

Trying to install Pynq-ComputerVision on Pynq-Z1 with version 2.7 The command sudo pip3 install --upgrade git+https://github.com/Xilinx/PYNQ-ComputerVision.git trying the filter2d example returns the following error SError: Bitstream file /usr/local/lib/python3.8/dist-packages/pynq_cv/overlays/xv2Filter2DDilate.bit does not...

Hi, I installed the package inside a PYNQ v2.6 image. It looks like when the relevant pynq overlay is loaded, it expects a .so file of older version (3.2) ![image](https://user-images.githubusercontent.com/16687249/103346966-8e8a1880-4ad0-11eb-9eb6-7d19d8a862d4.png)...

root@pynq:/home/xilinx# ^C root@pynq:/home/xilinx# c^C root@pynq:/home/xilinx# ls jupyter_notebooks pynq REVISION root@pynq:/home/xilinx# ^C root@pynq:/home/xilinx# cd jupyter_notebooks/ root@pynq:/home/xilinx/jupyter_notebooks# ^C (reverse-i-search)`': ^C root@pynq:/home/xilinx/jupyter_notebooks# sudo apt-get install python3-distutils Reading package lists... Done Building dependency tree...

Hi, i just start using ultra96 v2 board for jsut a short time. The sdcard image i used is ultra96 v2 v2.4. I had setted up pynq successfully and can...

I am trying to install this lib for PYNQ _ Z1 with V2.5 image and it is not installing. The error is: fatal: unable to access 'https://github.com/Xilinx/PYNQ-ComputerVision.git/': Could not resolve...

Has this project been abandoned? Under release 2.5, it fails to build numpy. I dont understand even why its trying to do that as numpy is already installed...: This is...

I want to use the resize() fuction on hardware with my pynq-z2 board. Is there prebuilt overlays? If i need to build the resize-overlay myself, what should i do? Does...