-
This is my predict code:
from ultralytics import YOLO
model = YOLO(
'/home/PycharmProjects/Torch-Pruning-master/examples/yolov8/runs/detect/step_2_finetune3/weights/yolov8n.pt…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussi…
-
### 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 f…
-
你好 我用自己的数据进行训练 参考了你的配置
python train.py --data doclaynet --model m-doclayout --epoch 500 --image-size 1120 --batch-size 64 --project public_dataset/doclaynet --plot 1 --optimizer SGD --lr0 0.02
发现mod…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
…
-
### 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…
-
请问make的时候出现以下错误是什么问题呢?我想用它进行ONNXRUNTIME C++(CPU) 推理视频和图片
系统是Ubuntu24
onnxruntime是1.17的
opencv是4.5.3
在conda虚拟环境下编译的
g++是13.2.0
![图片](https://github.com/UNeedCryDear/yolov8-opencv-onnxrunti…
-
```
import onnx
import torch
from onnx2torch import convert
from onnx import version_converter
# Load the ONNX model.
model = onnx.load("yolov5n.onnx")
# Convert the model to the target v…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests.
### Description
When creating a …
-
2023-02-21 13:56:13.169 Uncaught app exception
Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\envs\yolov8s\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", li…