From 21a3ba30e9fd3a1be336a2bebab0ffc87321ad1c Mon Sep 17 00:00:00 2001 From: lindsayshuo <932695342@qq.com> Date: Sun, 31 Mar 2024 16:40:08 +0800 Subject: [PATCH] Update README.md --- yolov8/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yolov8/README.md b/yolov8/README.md index e1d95b34..a3a4b582 100644 --- a/yolov8/README.md +++ b/yolov8/README.md @@ -51,7 +51,7 @@ cd build cp {ultralytics}/ultralytics/yolov8.wts {tensorrtx}/yolov8/build cmake .. make -sudo ./yolov8_det -s [.wts] [.engine] [n/s/m/l/x] // serialize model to plan file +sudo ./yolov8_det -s [.wts] [.engine] [n/s/m/l/x/n6/s6/m6/l6/x6] // serialize model to plan file sudo ./yolov8_det -d [.engine] [image folder] [c/g] // deserialize and run inference, the images in [image folder] will be processed. // For example yolov8 sudo ./yolov8_det -s yolov8n.wts yolov8.engine n