-
I'm trying to load yolov5s as in the samples, but getting this error. Output is something like
Loading pre-trained weights...
Loading complete!
layer inp_size …
-
## error log | 日志或报错信息 | ログ
```
############# pass_level1
no attribute value
no attribute value
unknown Parameter value kind prim::Constant of TensorType, t.dim = 5
unknown Parameter value kind …
-
@marcoslucianops I have converted my custom `.pt` model to `.onnx` using the export_yolov5.py file but when I run inference on deepstream(6.3) using Jetson AGX Orin, I get wrong detections and I dont …
-
## error log | 日志或报错信息 | ログ
Segmentation fault (core dumped)
## model | 模型 | モデル
1. original model
Yolov5s
## how to reproduce | 复现步骤 | 再現方法
1. Download my .bin and .param file
2. Run th…
-
请问我使用n系列的pt文件转为weights文件后,进行训练后,训练的过程是正常的,但是在进行val的时候,non_max_suppression后pds的size为0,后面的代码就报错了。
![image](https://github.com/user-attachments/assets/1156dc12-6de6-448c-888b-a13b38972278)
但是如果使用…
-
Hello
Amazing job!
I'm new here, and it was very interesting to see your plug-in examples.
To spent some time learning about python , installed yolo5 and flutter on my Windows desktop,
I was tryi…
-
./bin/pnnx yolov5s.pt inputshape=1,3,640,640 inputshape2=1,3,320,320 device=gpu moduleop=yolov5.models.common.Focus,models.yolo.Detect device=cpu
pnnxparam = yolov5s.pnnx.param
pnnxbin = yolov5s.pnn…
-
Are only tensorrtx 5.0 - yolov5s available??
i created "wts" using tensorrtx lasted version not tensorrtx5.0.
I have converted the yolov5s.pt or yolov5x.pt to wts, and then transformed …
-
I'm using yolov10s to train a smoke detection dataset, and when testing the FPS results, I found it to be slower than yolov8s and yolov5s. I wonder if it's due to some mistake on my part. Could you …
-
# env
![2021-12-20 16-01-16屏幕截图](https://user-images.githubusercontent.com/20835589/146734868-fc4867ce-89b3-419f-9572-969bc83ef45c.png)
# error
> CPU is OK
> CUDA GPU Low utilization
> Tens…