From 6810ca0d05ad073d433d791956f71939e622cb09 Mon Sep 17 00:00:00 2001 From: triple-Mu Date: Thu, 9 Feb 2023 17:22:19 +0800 Subject: [PATCH] Fix typo --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9852450..eaaf0cf 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,6 @@ python3 infer-det.py \ - `--engine` : The Engine you export. - `--imgs` : The images path you want to detect. - `--show` : Whether to show detection results. -- `--seg` : Whether to infer with segment model. - `--out-dir` : Where to save detection results images. It will not work when use `--show` flag. - `--device` : The CUDA deivce you use. - `--profile` : Profile the TensorRT engine. @@ -249,7 +248,6 @@ python3 infer-det-without-torch.py \ - `--engine` : The Engine you export. - `--imgs` : The images path you want to detect. - `--show` : Whether to show detection results. -- `--seg` : Whether to infer with segment model. - `--out-dir` : Where to save detection results images. It will not work when use `--show` flag. - `--method` : Choose `cudart` or `pycuda`, default is `cudart`. - `--profile` : Profile the TensorRT engine.