From 48b5115170406411c0f6f20f8bd676b9bfbdfd34 Mon Sep 17 00:00:00 2001 From: tripleMu Date: Mon, 27 Mar 2023 17:09:31 +0800 Subject: [PATCH] Remove nouse Remove nouse line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 011a453..93b9ee3 100644 --- a/README.md +++ b/README.md @@ -260,4 +260,3 @@ python3 infer-det-without-torch.py \ - `--show` : Whether to show detection results. - `--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.