-
请问以下 如何更换自己训练的其他检测的权重 对应的代码 才不会出错
-
After the migration to OpenVINO 2022.1.0, I can find performance drops (reduced inference speed) for YOLOv7-tiny and YOLOv8n models:
| Model | OpenVINO version | OAK fps | .blob size (KB)…
-
### 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…
-
pip install ultralytics
!yolo predict model=yolov8n.pt source="https://ultralytics.com/images/bus.jpg"
-
I have a simple question. v8_n.pt is just renamed version of the original yolov8n.pt model, isn't it? Thank you, in advance!
-
It gets stuck during processing.
```
❯ python examples/python/onnx_inference.py yolov8n.onnx
import backend:
^CTraceback (most recent call last):
File "/home/greatx/repos/InfiniTensor/examp…
-
All, FYI I've created 3 new classification datasets for use with debugging/tests/benchmarks: `imagenet10`, `imagenet100`, `imagenet1000`.
These are super small versions of imagenet that train/val i…
-
### 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…
-
When we run android app using float32 tflite model which we trained on image size 640 and yolov8m the app crashes so is it because of the size and yolov8m or what can be the problem im already trying …
-
@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…