You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ you can use darknet2pytorch to convert it yourself, or download my converted mod
119
119
120
120
- **This script is to convert the official pretrained darknet model into ONNX**
121
121
122
-
- **Pytorch version Recommended: 1.4.0**
122
+
- **Pytorch version Recommended: 1.4.0 for TensorRT 7.0, 1.5.0 or higher for TensorRT 7.1**
123
123
124
124
- **Install onnxruntime**
125
125
@@ -142,7 +142,7 @@ you can use darknet2pytorch to convert it yourself, or download my converted mod
142
142
143
143
- **You can convert your trained pytorch model into ONNX using this script**
144
144
145
-
- **Pytorch version Recommended: 1.4.0**
145
+
- **Pytorch version Recommended: 1.4.0 for TensorRT 7.0, 1.5.0 or higher for TensorRT 7.1**
146
146
147
147
- **Install onnxruntime**
148
148
@@ -191,8 +191,6 @@ you can use darknet2pytorch to convert it yourself, or download my converted mod
191
191
192
192
- Note2: extra NMS operations are needed for the tensorRT output. This demo uses python NMS code from `tool/utils.py`.
193
193
194
-
- Inference is verified to be okay for TensorRT 7.0, but TensorRT 7.1 may be problematic in handling y coordinates of bounding boxes. Problem investigation is underway.
0 commit comments