-
Hi,
I'm encountering errors when attempting to compile pretrained yolov5m_wo_spp.onnx using hailomz. Here are the details:
Command:
> hailomz compile --ckpt ../models/yolov5m_wo_spp.onnx --c…
-
i test with ncnn model yolov5 v60 pre-training and it works fine, but when i manually convert pre-training model yolov5m6.pt -> onnx -> ncnn get error like this. Can someone help me.
=> convert onn…
-
-
after build, it can sucess run in cpu, but not in gpu
it will generate the follow errors:
`root@4dbec2b03d4e:/ssd/liuhao/yolov5-onnxruntime/build# ./yolo_ort --model_path ../models/yolov5m.onnx …
-
there is an error when training,do you know about this?thanks very much
python train.py --data ./datasets/configs/kitti.yaml --cfg models/configs/yolo3d_5m.yaml --weights ./weights/yolov5m.pt --bat…
-
大佬您好,谢谢你的开源,请问我用yolov5m完成稀疏训练过后,在用prune.py剪枝的过程中出现了以下报错,希望大佬解答一下在m,l模型剪枝的时候需要对prune.py做哪些修改,还是我这里是其他错误的原因,十分感谢感谢感谢
from n params module arguments
0 -1 1 5280 models.common.Focus [3, 48, 3]
1 -1 1 4…
-
大佬大佬,请喝阔乐[]~( ̄▽ ̄)~*。
我碰到一个棘手的麻烦,当我生成一个纯净的 trace model 的时候,报错了,然而报错并没有说道点上。我该怎么改呀。
```
# type(model):
pred = model(img, augment=opt.augment)[0]
trace_model = torch.jit.tra…
-
Thank you for posting this CoreML converter for YOLOv5!
I'm running into an error at the last step:
Traceback (most recent call last):
File "/content/YOLOv5CoreMLConverter.py", line 331, in…
-
Just tried https://github.com/eto-ai/rikai/blob/main/notebooks/Mojito.ipynb
Failed to load Yolo v5 model.
I'm not sure if it's my environment. This example notebook was working weeks ago.
```
sp…
ffcai updated
2 years ago
-
**Describe the bug**
When I was running yolov5 onnx modle on jetson xavier nx with onnxruntime 1.10 version, I encountererd this error.
````
what(): /home/robin/DataDisk/buildFromSource/onnxruntim…