Skip to content

Commit 99a53a0

Browse files
committed
typo
1 parent 1ff5a10 commit 99a53a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Until now, still a small piece of post-processing including NMS is required. We
207207

208208
## 5.1 Convert from ONNX of static Batch size
209209

210-
- **Run the following command to convert VOLOv4 ONNX model into TensorRT engine**
210+
- **Run the following command to convert YOLOv4 ONNX model into TensorRT engine**
211211

212212
```sh
213213
trtexec --onnx=<onnx_file> --explicitBatch --saveEngine=<tensorRT_engine_file> --workspace=<size_in_megabytes> --fp16
@@ -216,7 +216,7 @@ Until now, still a small piece of post-processing including NMS is required. We
216216

217217
## 5.2 Convert from ONNX of dynamic Batch size
218218

219-
- **Run the following command to convert VOLOv4 ONNX model into TensorRT engine**
219+
- **Run the following command to convert YOLOv4 ONNX model into TensorRT engine**
220220

221221
```sh
222222
trtexec --onnx=<onnx_file> \

0 commit comments

Comments
 (0)