-
### Description
I've compiled a default Yolov8n model for edgetpu but it's crashing when I try inferencing.
I'm running it on raspberry 4 with coral tpu dongle
### Issue Type
Bug
### Operatin…
yrik updated
8 months ago
-
### Search before asking
- [X] I have searched the Autodistill [issues](https://github.com/autodistill/autodistill/issues) and found no similar bug report.
### Bug
Autodistill does not appear to s…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have provide…
-
[yolov8s-pose.rknn.load.txt](https://github.com/rockchip-linux/rknn-toolkit/files/13407551/yolov8s-pose.rknn.load.txt)
以上为日志文件。
我在使用rknntoolkit1.7.5的可视化工具,将yolov8n-pose(opset=12)的onnx转化为rknn时,遇到了报…
-
In your book you mention desktop computer, but not giving any details what is under the hood of your desktop. Do you have a requirements for the desktop computer? Because I don't have powerful desktop…
-
大佬你好,我的教师网络是改进了的YOLOv8s网络,学生模型是原版YOLOv8n网络,两者的网络结构层数不一致了,这种情况下可以用蒸馏吗?因为我调试代码时报了RuntimeError: running_mean should contain 256 elements not 128错误
-
Hi,
I want to get the bboxes frome Yolov9 with this code which works with Yolov8.
Here is thee code that I use for Yolov8:
```
from ultralytics import YOLO
model = YOLO('yolov8n.pt')
…
-
yolov8: https://github.com/ultralytics/ultralytics
> At this moment(23.04.08), there is error when converting yolov8 models to Core ML. Once https://github.com/ultralytics/ultralytics/pull/1791 is …
-
I and ollowing this repo to install RKNN-Toolkit on host PC to convert YOLO-V8 Model to RKNN format and deploy on RK3399PRO board. However, I encountered below error while doing so,
```
WARNING - …
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Detection
### Bug
When…