-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Other
### Bug
I want to pru…
-
### 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…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Detection, Export
#…
-
### 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…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Detection
### Bug
I’m tryin…
-
Hi,
in the yolov5 retraining container (v.2) I have exported `yolov5m_wo_spp.pt` to ONNX with rectangular shape:
` python models/export.py --weights model.pt --img 352 640 --batch 1` (--img H W)
…
-
![Error_MeanAverageRecallReport](https://user-images.githubusercontent.com/83868777/213799424-34403e53-afa2-4f70-aa2d-30167258193a.png)
**Describe the bug**
I am using Vision Based Model DeepChe…
-
**Describe the bug**
A clear and concise description of what the bug is.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Environment**
Include all rele…
-
## ❔Question
I have trained the model using the following command
```
!python train.py --imgsz 2000 --batch 2 --epochs 150 --data '/content/yolov5/data/coco.yaml' --cfg ./models/yolov5m.yaml --we…
-
Hey!
I have a question about memory consumption.
I'm using for training Yolov5 and EfficientDet on GTX 2080 Ti 11G.
Any idea why Yolov5 can allocate more batch size than EfficientDet and why Effici…