Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Feb 2, 2022
1 parent cf9376f commit 0d475d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/detectnet-console-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ These samples are able to detect objects in images, videos, and camera feeds. F
First, let's try using the `detectnet` program to locates objects in static images. In addition to the input/output paths, there are some additional command-line options:

- optional `--network` flag which changes the [detection model](detectnet-console-2.md#pre-trained-detection-models-available) being used (the default is SSD-Mobilenet-v2).
- optional `--overlay` flag which can be comma-separated combinations of `box`, `labels`, `conf`, and `none`
- optional `--overlay` flag which can be comma-separated combinations of `box`, `lines`, `labels`, `conf`, and `none`
- The default is `--overlay=box,labels,conf` which displays boxes, labels, and confidence values
- The `box` option draws filled bounding boxes, while `lines` draws just the unfilled outlines
- optional `--alpha` value which sets the alpha blending value used during overlay (the default is `120`).
- optional `--threshold` value which sets the minimum threshold for detection (the default is `0.5`).

Expand Down

0 comments on commit 0d475d0

Please sign in to comment.