Nabrio Help
Nabrio Help

Getting Started

Nara Overview

Understanding Nara

Using Nara

Components

Common Process InputsCombine ArraysFilter Array OutputGet Array ItemGet Array Object ItemGet Last Run ArrayGet Object ItemJSON String to ObjectBasic MathsGet Last Run Upstream OutputsMoving Number CalculationNumber RoundingNumber to StringBased64 string to ImageString to NumberTemplate StringISO Time DeltaXML String to ObjectAuto Label Object DetectionBrightnessCircle Detection1D/2D Code ReaderColor DetectionColor ThresholdContrastMultiple CropsCropDetected Zones CountersFacial Expression DetectionGender and Age DetectionDetected Objects to OCRDetected Objects TransformPeople DetectionDraw Detected ObjectsFace DetectionFace RecognitionFeature MatchingFire & Smoke DetectionFlipGeneral Object DetectionImage ClassificationImage SimilarityKey Points DetectionNumber Plate ReaderObject DetectionOCRPose EstimationResizeRotateSaturationInstance SegmentationWatershed SegmentPolygon DetectionTracker Line CountTracker Zones CountTracker HeatmapTrackerWhite Balance
Widgets

Miscellaneous

Nomenclature
Troubleshooting
Notice and DisclaimerEULA
NodesProcess

People Detection

Slot Usage: 1

Overview

People Detection node detects people in an input image using a built-in PeopleNet model and returns bounding boxes with optional overlays.

Compared with General Object Detection filtered to person, this node is specialized for people. Feed detections into Tracker, Gender and Age Detection, or zone counters as needed.

Input

Input Image

image required

The image frame to analyze. Connect this to a camera or upstream image output.

People Detection Model

string required advanced

Built-in model used for people detection. The pruned model is smaller and faster but less accurate, and can be used with NVIDIA GPU only.

Values:

  • ONNV_PEOPLENET (default) — PeopleNet
  • ONNV_PEOPLENET_PRUNE — PeopleNet (Pruned)

Confidence threshold

number required advanced

Minimum confidence score to keep a detection. See Confidence Threshold for tuning guidance.

Range: 0.0 to 1.0
Default: 0.3

Overlap threshold

number required advanced

NMS overlap threshold (higher allows more overlap). See Overlap threshold for tuning guidance.

Range: 0.0 to 1.0
Default: 0.2

Use TensorRT if available

boolean required advanced

Enable TensorRT inference backend when available. Can improve throughput on NVIDIA GPUs.

Default: false

Overlay results

boolean required advanced

Whether to draw detections on the output frame. See Overlay Results.

Default: true

Output

Overlay Image

image

Frame with detected people overlays.

Detected Count

integer

Number of people detected in the current frame.

Detected Objects

array

Array of detection objects with:

  • Bounding Box (bbox): [x, y, width, height]
  • Label
  • Confidence

Detected Objects Transform

Previous Page

Draw Detected Objects

Next Page

On this page

OverviewInputInput ImagePeople Detection ModelConfidence thresholdOverlap thresholdUse TensorRT if availableOverlay resultsOutputOverlay ImageDetected CountDetected Objects