-
### 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…
-
I train my model with your changes, y test this using onnx runtime and all is ok , but in OpenCV I get this error:
outs[row_ind:row_ind+length, 0:2] = (outs[row_ind:row_ind+length, 0:2] * 2. - 0.5 +…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
_No response_
### Bug
find …
-
-
Hi
I would like to train or fine-tune the **yolov5m_wo_spp** architecture that I have seen in the object detection benchmark.
The mAP and the FPS for batch 1 sound promising.
See also
https://…
-
i use the code pruning offical yolov5m.pt, but it can't detect anything, What might be the cause of this?
-
When i conducted the training process, i have a trouble with evaluation on cuda, can you help me to sovle them. Below is the bug:
(yolov5) D:\OneDrive - Sejong University\NgheNhan_Master\Research\Mu…
-
I use yolov5m_obb model, following the steps below:
python val.py --data 'data/dotav1_poly.yaml' --img 1024 --conf 0.01 --iou 0.4 --task 'test' --batch 16 --save-json --name 'dotav1_test_split'
pyt…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
我使用最新的yolov5m.pt转换成wts格式后,可以成功编译,但是无法生成引擎
出现了如下错误:
```
Loading weights: ./yolov5m.wts
yolov5-m2: ../yolov5-m2/common.hpp:128:std::map loadWeights(std::__cxx11::string): 假设 ‘input.is_open() && "Una…