Remove nouse arg

Remove nouse arg
dev
triple Mu 1 year ago committed by GitHub
commit 9bfdfd99f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docs/Pose.md
  2. 2
      docs/Segment.md

@ -86,7 +86,6 @@ python3 infer-pose.py \
- `--show` : Whether to show detection results. - `--show` : Whether to show detection results.
- `--out-dir` : Where to save detection results images. It will not work when use `--show` flag. - `--out-dir` : Where to save detection results images. It will not work when use `--show` flag.
- `--device` : The CUDA deivce you use. - `--device` : The CUDA deivce you use.
- `--profile` : Profile the TensorRT engine.
## Inference with c++ ## Inference with c++

@ -88,7 +88,6 @@ python3 infer-seg.py \
- `--show` : Whether to show detection results. - `--show` : Whether to show detection results.
- `--out-dir` : Where to save detection results images. It will not work when use `--show` flag. - `--out-dir` : Where to save detection results images. It will not work when use `--show` flag.
- `--device` : The CUDA deivce you use. - `--device` : The CUDA deivce you use.
- `--profile` : Profile the TensorRT engine.
## Infer with C++ ## Infer with C++
@ -262,4 +261,3 @@ python3 infer-seg-without-torch.py \
- `--show` : Whether to show detection results. - `--show` : Whether to show detection results.
- `--out-dir` : Where to save detection results images. It will not work when use `--show` flag. - `--out-dir` : Where to save detection results images. It will not work when use `--show` flag.
- `--method` : Choose `cudart` or `pycuda`, default is `cudart`. - `--method` : Choose `cudart` or `pycuda`, default is `cudart`.
- `--profile` : Profile the TensorRT engine.

Loading…
Cancel
Save