-
### 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…
-
### System Information
OpenCV version: opencv-python 4.7.0.72 and opencv-contrib-python 4.10.0.84
OS: Windows 11
Python version: 3.11.3
### Detailed description
I am detecting the ChArUco boards…
-
## 🐛 Bug Report
------
ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)
ERROR: No matching distribution found for cv2
failed to solve: rpc error: co…
-
Hi,
I was following your tutorial and in your original code it seems that cnt will reflect the last step (contour by y, not cv2). I modified to look at the different contours with each algorithm, b…
-
Hey, I have installed all the required packages but after I run the main.py, the system reminded me that No module named 'cv2', I have uninstalled and installed again the same packages, but still didn…
-
### Expected behaviour
I use the ORB image registration algorithm and it worked until 4.1.2.30. Same solution on same data!
### Actual behaviour
From Version 4.1.2.32 to newest (4.5.1.48) it …
-
I have installed the software following all directions, all the required python packages, even using python 3.9. No red texts. I get an error when running 'python betastare.py' . This is what it shows…
-
## error log | 日志或报错信息 | ログ
## model | 模型 | モデル
1. original model
原始模型输出是这三个特征
![Screenshot from 2024-06-12 19-19-28](https://github.com/Tencent/ncnn/assets/42864810/9a4b6d28-d9d7-410a-a5b5-e814…
-
Hello, I have downloaded and visualized the data of the sa-1b_box you provided, and I find that the accuracy of the box is very low
The way my box visualizes is:
```
cx, cy, w, h = …
-
```
convenience.py", line 69, in resize
(h, w) = image.shape[:2]
^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'shape'
```
running with webcam 0 and command o…