-
WARNING: The script tqdm.exe is installed in 'H:\ComfyUI-aki-v1.4\python\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no…
-
### System Information
Operating system: Linux-5.19.0-50-generic-x86_64-with-glibc2.35 64 Bits, WAYLAND UI
Graphics card: NVIDIA GeForce RTX 4080/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 525.125.06…
-
Please update the setup.py to use a more recent version.
-
Expected behaviour
When using detectMultiScale I expect python to do a clean exit.
`faces = FACE_CLASSIFIER.detectMultiScale(gray, scaleFactor=SCALE_FACTOR, minNeighbors=MIN_NEIGHBORS)`
Actual …
-
Hi,
I installed opencv-contrib-python 4.7.0.72 using pip for python 3.11.4 on Windows 10 x86-64
But when I run I get this exceptiom `DLL load failed while importing cv2: The specified module could n…
-
### Expected behaviour
The script had to RUN to record frames
### Actual behaviour
Threw me the error `AttributeError: module 'cv2.gapi' has no attribute 'wip'`
### Steps to reproduce
1…
-
i upgraded opencv:
```
root@SERVER:~# sudo pip3 install --upgrade opencv-contrib-python
Requirement already satisfied: opencv-contrib-python in /usr/local/lib/python3.6/dist-packages (4.5.5.64)
…
-
I am having a python code which includes CV2 and aruco markers. I installed the OpenCV in python using the command "pip install OpenCV-contrib-python".
The app works perfectly on the desktop. It a…
JSVJ updated
7 months ago
-
Expand table on https://www.piwheels.org/project/opencv-contrib-python/ to see several broken rows
-
Hello,
I tried to build the ROS2 docker container ros:foxy-ros-base on my jetson nano after making some changes to the docker file so that I could add some python libraries to my docker container. …