Skip to content

Commit 551ecc7

Browse files
committed
typo
1 parent 99a53a0 commit 551ecc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Until now, still a small piece of post-processing including NMS is required. We
221221
```sh
222222
trtexec --onnx=<onnx_file> \
223223
--minShapes=input:<shape_of_min_batch> --optShapes=input:<shape_of_opt_batch> --maxShapes=input:<shape_of_max_batch> \
224-
--workspace=<size_in_megabytes> --saveEngine=yolov4_-1_3_320_512_dyna.engine --fp16
224+
--workspace=<size_in_megabytes> --saveEngine=<engine_file> --fp16
225225
```
226226
- For example:
227227

0 commit comments

Comments
 (0)