From fb28a0efc0f450b187d547259c87f7481d1b7772 Mon Sep 17 00:00:00 2001 From: sxj731533730 Date: Wed, 21 Sep 2022 15:00:45 +0800 Subject: [PATCH] Update README.md --- project/arcface/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/arcface/README.md b/project/arcface/README.md index ea8ca295..a5b6dbb1 100644 --- a/project/arcface/README.md +++ b/project/arcface/README.md @@ -8,7 +8,7 @@ ## 2.Export ONNX Model ``` -python3 export_onnx.py --input_shape 4 3 112 112 +python3 export_onnx.py --input_shape 1 3 112 112 ``` ## 3.Build arcface_trt Project