From 77d830be259c41a5c52d2c028277be4dc92e2827 Mon Sep 17 00:00:00 2001 From: triple-Mu Date: Tue, 11 Jul 2023 16:43:44 +0800 Subject: [PATCH] Remove nouse --- docs/Pose.md | 1 - docs/Segment.md | 2 -- 2 files changed, 3 deletions(-) diff --git a/docs/Pose.md b/docs/Pose.md index 45ea899..2236881 100644 --- a/docs/Pose.md +++ b/docs/Pose.md @@ -86,7 +86,6 @@ python3 infer-pose.py \ - `--show` : Whether to show detection results. - `--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. ## Inference with c++ diff --git a/docs/Segment.md b/docs/Segment.md index cb335be..ca6a8e2 100644 --- a/docs/Segment.md +++ b/docs/Segment.md @@ -88,7 +88,6 @@ python3 infer-seg.py \ - `--show` : Whether to show detection results. - `--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. ## Infer with C++ @@ -262,4 +261,3 @@ python3 infer-seg-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.