-
博主您好,用您自带的yolov8n-obb.onnx推断图片是有结果的;
但是,用原始的yolov8n-obb.pt转换为onnx后,再推断,就没有结果了
博主可以测试一下吗
-
Hello Everyone, I am new user of ffmpeg and I want to use ffmpegcv to minimize my RAM and CPU utilization. But the issue it is still using RAM. My object is to use GPU for reading frame and putting te…
-
- 版本、环境信息:
1)Paddle Lite 版本:2.12
2)Host 环境:请描述 Host 系统类型、OS 版本 Mac OS 13.0.1
- 模型信息
1)yolov8n.pt
2) https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov8n.pt
- 复…
-
```code
./test_yolo_cpp_bytrack.sh
environment variable SPDLOG_STDOUT is not set, and set true
environment variable SPDLOG_SYSTEMD is not set, and set false
environment variable SPDLOG_LEVEL …
-
### 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,
I retrained a yolov8n network using the instructions i found on hailo model zoo github. Now i have a .hef network, but when I try to infer with this model I get in output 6 vectors of differ…
-
## Env
- GPU, RTX 3090
- OS, Ubuntu22.04
- Cuda 12.2
- TensorRT version 8.6.1.6
## About this repo
- which branch/tag/commit are you using?
- master-branch
- which model?
- yolov8n-s…
-
The onnx file in the examples is work:
https://github.com/microsoft/onnxruntime-inference-examples/tree/main/mobile/examples/object_detection/android
but I use oridinal yolov8n.pt to transfor yolov8…
-
Hello, thanks for this project, it's very useful.
I tried to export the models using the following code:
```
from ultralytics import YOLO
model_name = "yolov8n"
# Load a model
model = YOLO…
-
What is the FPS you are getting on Khadas VIM4 NPU hardware for Yolov7-tiny and Yolov8n.