Skip to content

Commit

Permalink
removed --batch-size from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Dec 19, 2022
1 parent 17c7ba4 commit 320cfbc
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion c/actionNet.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
" --labels=LABELS path to text file containing the labels for each class\n" \
" --input-blob=INPUT name of the input layer (default is '" ACTIONNET_DEFAULT_INPUT "')\n" \
" --output-blob=OUTPUT name of the output layer (default is '" ACTIONNET_DEFAULT_OUTPUT "')\n" \
" --batch-size=BATCH maximum batch size (default is 1)\n" \
" --profile enable layer profiling in TensorRT\n\n"


Expand Down
1 change: 0 additions & 1 deletion c/backgroundNet.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
" --model=MODEL path to custom model to load (caffemodel, uff, or onnx)\n" \
" --input-blob=INPUT name of the input layer (default is '" BACKGROUNDNET_DEFAULT_INPUT "')\n" \
" --output-blob=OUTPUT name of the output layer (default is '" BACKGROUNDNET_DEFAULT_OUTPUT "')\n" \
" --batch-size=BATCH maximum batch size (default is 1)\n" \
" --profile enable layer profiling in TensorRT\n\n"


Expand Down
1 change: 0 additions & 1 deletion c/depthNet.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
" --model MODEL path to custom model to load (onnx)\n" \
" --input_blob INPUT name of the input layer (default is '" DEPTHNET_DEFAULT_INPUT "')\n" \
" --output_blob OUTPUT name of the output layer (default is '" DEPTHNET_DEFAULT_OUTPUT "')\n" \
" --batch_size BATCH maximum batch size (default is 1)\n" \
" --profile enable layer profiling in TensorRT\n\n"


Expand Down
1 change: 0 additions & 1 deletion c/detectNet.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
" --output-cvg=COVERAGE name of the coverage/confidence output layer (default is '" DETECTNET_DEFAULT_COVERAGE "')\n" \
" --output-bbox=BOXES name of the bounding output layer (default is '" DETECTNET_DEFAULT_BBOX "')\n" \
" --mean-pixel=PIXEL mean pixel value to subtract from input (default is 0.0)\n" \
" --batch-size=BATCH maximum batch size (default is 1)\n" \
" --confidence=CONF minimum confidence threshold for detection (default is 0.5)\n" \
" --clustering=CLUSTER minimum overlapping area threshold for clustering (default is 0.75)\n" \
" --alpha=ALPHA overlay alpha blending value, range 0-255 (default: 120)\n" \
Expand Down
1 change: 0 additions & 1 deletion c/poseNet.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
" --output-cvg=COVERAGE name of the coverge output layer (default is '" POSENET_DEFAULT_CMAP "')\n" \
" --output-bbox=BOXES name of the bounding output layer (default is '" POSENET_DEFAULT_PAF "')\n" \
" --mean-pixel=PIXEL mean pixel value to subtract from input (default is 0.0)\n" \
" --batch-size=BATCH maximum batch size (default is 1)\n" \
" --threshold=THRESHOLD minimum threshold for detection (default is 0.5)\n" \
" --overlay=OVERLAY detection overlay flags (e.g. --overlay=links,keypoints)\n" \
" valid combinations are: 'box', 'links', 'keypoints', 'none'\n" \
Expand Down
1 change: 0 additions & 1 deletion c/segNet.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
" --colors=COLORS path to text file containing the colors for each class\n" \
" --input-blob=INPUT name of the input layer (default: '" SEGNET_DEFAULT_INPUT "')\n" \
" --output-blob=OUTPUT name of the output layer (default: '" SEGNET_DEFAULT_OUTPUT "')\n" \
" --batch-size=BATCH maximum batch size (default is 1)\n" \
" --alpha=ALPHA overlay alpha blending value, range 0-255 (default: 150)\n" \
" --visualize=VISUAL visualization flags (e.g. --visualize=overlay,mask)\n" \
" valid combinations are: 'overlay', 'mask'\n" \
Expand Down

0 comments on commit 320cfbc

Please sign in to comment.