-
Hi,
I noticed that during my testing, inferencing YOLOv8n with the rknnlite API seems to be much slower than using the C API for inferencing. I measured the time taken like this
```python
…
-
### 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
Expo…
-
### 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…
-
I have some issues running the degirum models on my raspberrypi5 + edgetpu environment with raspberrypi os 12 bookworm. Moving from this issue https://github.com/ultralytics/ultralytics/issues/1185. @…
-
### 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…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
tf 2.16.1
### Custom code
Yes
### OS platform and distribution
Andro…
-
### Search before asking
- [X] I have searched the HUB [issues](https://github.com/ultralytics/hub/issues) and [discussions](https://github.com/ultralytics/hub/discussions) and found no similar quest…
-
大佬 您好!请问下您有尝试转换yolov8m或者yolov8l转ncnn后做测试吗?我把yolov8l转ncnn后,用您这个项目跑会闪退。是不是我转的步骤有问题?请请教一下您是怎么转的呢。我使用官网的export转的:
from ultralytics import YOLO
model = YOLO("yolov8n-pose.pt")
model.export(format='ncnn…
-
![image](https://github.com/wkt/YoloMobile/assets/33601373/ea2fc63e-7f43-4633-87d8-e257e66de279)
按照步骤增加了一个配置文件,使用的模型是项目原本自带的
自己转的模型感觉不太对,使用的是下面的代码:
![image](https://github.com/wkt/YoloMobile/asse…
-
请问yolov8n.pt转化为rknn后的模型不包含类别名称信息吗?在推理的时候需要自己手动填入类别信息?
以下是rknn_model_zoo中examples下yolov8/python/yolov8.py的25行代码
![image](https://github.com/user-attachments/assets/6dcc7abd-fec0-4ef1-a7b2-92a7f5025eb…