From 9343799be65424f9b85aa6a2bbfe010292f2d72e Mon Sep 17 00:00:00 2001 From: sxj731533730 Date: Wed, 21 Sep 2022 14:59:51 +0800 Subject: [PATCH] Update README.md --- arcface/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arcface/README.md b/arcface/README.md index abc608a5..92eb9d7c 100644 --- a/arcface/README.md +++ b/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