-
[English](README.md) | [ē®ä½äøę](README.zh-CN.md)
[Ultralytics YOLOv8](https://github.com/ultralytics/ultralytics), deā¦
-
I've tried these two methods to get the ncnn model:
- The python yolov8 method:
```python
from ultralytics import YOLO
import ncnn
model=YOLO('yolov8n.pt')
model.train(data="data.yaml", epā¦
-
G7b9 updated
4 months ago
-
### Describe the issue
When i tried to inferenceSession on WebGL , I encountered this error
### To reproduce
1. Download Yolov8n onnx model here [MODEL](https://drive.google.com/fiā¦
-
As we are using YOLOv8, there are likely [some documentation](https://github.com/ultralytics/ultralytics) on how to deploy a nano model to something like a Jetson Nano. Probably conversion to TensorRTā¦
-
### Describe the issue
When I tried to run yolov8-seg.onnx with the batching option activated, this error appeared ..
`ort-wasm-simd.jsep.js:54 2024-05-17 15:23:15.490199 [W:onnxruntime:, session_ā¦
-
@nihui we just started YOLOv8 NCNN model export and inference issues a few hours ago which seems to have coincided with a recent update of the PNNX binaries.
After testing we determined that the nā¦
-
### 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ā¦
-
### 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ā¦
-
The method **YOLO (model)** doesn't get the model directly even after pip installing ultralytics, instead it tries to download it from this repository _https://GitHub.com/ultralytics/assets/releases/ā¦