Remove nouse

pull/127/head
triple-Mu 1 year ago
parent 963a56d004
commit 77d830be25
  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