-
Hi,
We are trying to implement a solution where we have to implement object detection using yolov9s model on rtsp stream. This camera is fitted on office entrance which will do continuous object dete…
-
### Describe the issue
Inference results are outputting abnormally when using YOLOv7 models with TensorRT EP.
We have confirmed that the results are normal when using CPU and CUDA.
The issue wa…
-
cv2.threshold 有點像是np.where
```py
img = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY) # 先將圖片轉為灰階
# 將小於閾值的灰度值設為0,其他值設為最大灰度值。>127 =255, 127 =0, 127 =127
ret,thresh3 = cv2.threshold(img,127,255,cv2.THRESH…
-
I tried use it in MKV, AVI, MP4, but the results is the same.
I am working in windows 10 over Python 3.11
and have installed the https://github.com/UB-Mannheim/tesseract/
![image](https://user-im…
-
### Expected behaviour
Write here how did you expect the library to function.
### Actual behaviour
Write here what went wrong.
```
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use Q…
-
Using Ubuntu 24.04 LTS with python 3.8, and a virtual environment.
I replaced the lid with the grey one for GelsightMini and run
```
python3 optical_flow_marker_tracking.py
```
I've got a…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
I am facing a problem that started with Mac OS 13.2.1 and was not happening on Mac OS 12.6.3 which that the call to `pyautogui.screenshot()` is not taking a screen shot.
script to reproduce the pr…
-
### Your question
when trying to run some workflows - the open comfy backend on local host 7801 on gpu 0 i get error. yet when i open workflow in backend 2 on host 7822 using seconded gpu on 1, i d…
-
I'm using EasyOCR to make very simple banknote recognition for uni project, using Python and OpenCV. If I understand correctly provided examples, code below:
```python
import cv2
import numpy as np…