-
How can i use the gpu instead of cpu?
-
### 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_
### B…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Export
### Bug
[ INFO:0] gl…
-
pytorch version : 1.7.0
libtorch version tried: 1.6.0, 1.7.0, 1.7.1
compiler: vc2017 64bits
os : win10 64
Using codes of this header(f7a923b446c0a8913330ef8cc4526cdcbc5974f3) to export the model…
-
Can you specify the output nodes before 5D Reshape?
I'm using a 320X320 yolov5s model from 3.1 release.
Or
In other way:
I converted the yolov5s model to onnx model following [this](https://g…
-
### 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…
-
I've performed some custom training of the yolov5 network with 8 object classes by following this tutorial: [yolov5_training.ipynb](https://colab.research.google.com/github/luxonis/depthai-ml-training…
-
Construcción mediante GitHub Actions del esquema de la API de Swagger.
Pasos:
- Inicialización del entorno.
- Instalación de dependencias.
- Construcción del esquema.
-
## 🐛 Bug
using export.py convert pretrained yolov5s.pt to onnx fail without error message
## To Reproduce (REQUIRED)
git clone
pip install -r requirements.txt
pip install coremltools>=4.1 onnx>…
-
## ❔Question
l've recently changed the yolov5s models with ghost modules.I used ghostconv to replace conv and replaced the bottleneck in C3 with ghostbottleneck. I train with the new model successfu…