-
- Windows 11
- paddleocr 2.6.1.3
```python
import paddleocr
import ultralytics
```
```shell
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\shy13\scoop\apps\pyt…
-
### 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…
-
### Describe the problem you are having
I have two docker hosts and both have a coral. I find that Frigate seems to cause the whole host to freeze completely (console is not responsive) at frequent …
-
Hi,
I implemented yolov8-seg model on my custom dataset with one class. Now, I want to combine my model with original yolov8-seg object detection in coco dataset. I know that ensemble yolo models is …