diff --git a/c/actionNet.h b/c/actionNet.h index 63b1c9933..89f6ccfda 100644 --- a/c/actionNet.h +++ b/c/actionNet.h @@ -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" diff --git a/c/backgroundNet.h b/c/backgroundNet.h index a518c1670..5576dd79c 100644 --- a/c/backgroundNet.h +++ b/c/backgroundNet.h @@ -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" diff --git a/c/depthNet.h b/c/depthNet.h index 09f9550de..40ff07187 100644 --- a/c/depthNet.h +++ b/c/depthNet.h @@ -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" diff --git a/c/detectNet.h b/c/detectNet.h index 45b48b637..fbc32b39d 100644 --- a/c/detectNet.h +++ b/c/detectNet.h @@ -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" \ diff --git a/c/poseNet.h b/c/poseNet.h index 83a9f0399..74050b43d 100644 --- a/c/poseNet.h +++ b/c/poseNet.h @@ -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" \ diff --git a/c/segNet.h b/c/segNet.h index 65a8e548b..d17ee2e01 100644 --- a/c/segNet.h +++ b/c/segNet.h @@ -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" \