-
通过以下安装8.2.11版本ultralytics
conda create --name yolov8 python=3.11
conda activate yolov8
pip install ultralytics==8.2.11 onnx numpy protobuf ncnn
使用以下改出官方的yolov8n为ncnn
from ultralytics import YOLO
…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
I am following this [tutorial ](https://github.com/roboflow/notebooks/blob/main/notebooks/train-yolov10-object-detection-on-custom-dataset.ipynb)to train a model on custom dataset.
I downloaded wei…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Hello,
can the yolov8-obb model be exported as a CoreML model for use in IOS? I tried to export the model, but only when the yolov8n model uses the parameter 'nms=True' when exporting coreml, can …
-
Hi there!
I'm struggling with yolov8n model porting to rk3568.
I use this code to convert model to onnx format
```python
from ultralytics import YOLO
# Load a model
model = YOLO("yolov8n.pt"…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no si…
-
Hi sir, what is the recommended yolov8 version for implementing in my Android phone? Or decide on anything?
-
-
博主您好,用您自带的yolov8n-obb.onnx推断图片是有结果的;
但是,用原始的yolov8n-obb.pt转换为onnx后,再推断,就没有结果了
博主可以测试一下吗