-
I'm running training on 2 GPUs without any problems as follows:
python -m torch.distributed.launch --nproc_per_node 2 --master_port 1111 train.py --cfg yolov5s.yaml --weights '' --epochs 3 --…
-
### 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 [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
```%%bash
cd yolov5
python benchmarks.py --weights yolov5s.onnx --img 640
```
I have this error benchmarking onnx
```
benchmarks: weights=yolov5s.onnx, imgsz=640, batch_size=1, data=/content/yol…
-
### Search before asking
- [ ] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
I tried exporting my custom trained model to onnx with the --inplace argument so that I also have the detect layer in the export but when I tried to use the model I get ONNX runtime error. This is not…
-
### 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 [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
### System Information
OpenCV version: 4.6.0
Operating System / Platform: Ubuntu 20.04
Python 3.8.10 (default, Jun 22 2022, 20:18:18)
### Detailed description
`cv2.readNet().forward()` prod…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Other
### Bug
The proj…