-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and f…
-
I have an object detection model that was exported to ONNX and then had this http://www.xavierdupre.fr/app/onnxcustom/helpsphinx/api/onnxops/onnx__EfficientNMS_TRT.html attached using onnx_graphsurgeo…
-
**Describe the bug**:
After pruning, I am trying to speedup the model using ModelSpeedup(model, dummy_input, masks).speedup_model()
The model class I am using is from [yolort](https://github.com/zhi…
-
### 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…
-
## 🐛 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,…
-
After installing all the requirements, the Onnx exporter gives a runtime error:
`RuntimeError: yolort.runtime.y_onnxruntime._set_providers requires module: onnxruntime`
Do you have any idea what …
-
### 🐛 Describe the bug
I have trained custom yolov5s model on a single class dataset using instruction from [here](https://github.com/ultralytics/yolov5)
then I exported custom traied model in tens…
-
### 🐛 Describe the bug
There is no problem when I put pt file directly into export_tensorrt_engine
If put the onnx file in the export_tensorrt_engine model_path immediately after exporting onnx from…
-
### 🐛 Describe the bug
I've trained yolov5n model with latest code from https://github.com/ultralytics/yolov5.
However, when I try to load it with yolov5-rt I get the following error:
```
from y…
-
It is my understanding that the new stable release should be able to convert any PyTorch model with fallback to PyTorch when operations cannot be directly converted to TensorRT. I am trying to convert…