-
### 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…
-
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)
…
-
Layer | NOISE:SIGNAL POWER RATIO
Conv_3: | ████████████████████ | 2.035911
Conv_146: | ████████████████ | 1.757310
Conv_252: | ███████████████ | 1.661766
Conv_249: | ██████████████…
-
**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…
-
## 🐛 Bug
I am facing the below issue when I try to load a saved torchscript model:
## To Reproduce (REQUIRED)
Model saving was done using ```export.py``` file:
```
# Update model
for k,…
-
**Describe the bug**:
TracerWarning: Converting a tensor to a Python boolean might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a …
-
### 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
Hello…
-
Hi,
I have successfully used a standard pretrained yolov5 7.0 model directly from the authors themselves. Both with bounding boxes and instance segmentation. I took the yolov5s and yolov5s-seg from…
-
**Describe the bug**
So, I'm trying to train a YOLOv8 Model using `sparseml.ultralytics.train`, I've tried and tested both `sparseml-nightly[ultralytics]` and `sparseml[ultralytics]` and both of them…
-
Hi @glenn-jocher ,
I am trying to work on training the Yolov5m on a custom Dataset through Multi GPU training.
But when I am running the command: **sudo python3 -m torch.distributed.run --nproc_pe…