From 3d2228d7a9730f8d035df2bdfbaf35f004c3f780 Mon Sep 17 00:00:00 2001 From: BaofengZan Date: Mon, 21 Sep 2020 12:42:54 +0800 Subject: [PATCH] =?UTF-8?q?hrnet=20classification=20trt=20=E5=8A=A0?= =?UTF-8?q?=E9=80=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HRNetClassification/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HRNetClassification/readme.md b/HRNetClassification/readme.md index e59a7ce..cd89aea 100644 --- a/HRNetClassification/readme.md +++ b/HRNetClassification/readme.md @@ -18,7 +18,7 @@ The Pytorch implementation is [HRNet-Image-Classification](https://github.com/HR cd build cmake .. make - sudo ./dbnet -s // serialize model to plan file i.e. 'DBNet.engine' + sudo ./dbnet -s // serialize model to plan file i.e. 'hrnet.engine' sudo ./dbnet -d ../samples // deserialize plan file and run inference, the images in samples will be processed. ```