PPE Mode
PPE mode is specialized for checking whether workers are wearing required protective equipment.
Best Use Cases
- Sites where helmet, mask, gloves, and similar compliance checks are required
- Scenarios that must evaluate work context and equipment together
Example Inputs
Detect workers soldering while not wearing a maskDetect people not wearing a helmet and mask
In PPE mode, alert context is shown as PPE non-compliance detected.
Template Tips
- Create team-standard templates for required equipment sets (for example, helmet + mask).
- If workflows differ by zone, separate templates by
statusto reduce false alarms. - When safety policy changes, update templates first and apply to cameras progressively.
Writing Tips
PPE details usually focus on two fields.
status: target work condition or behavioritems: required equipment list
Operational tips:
- Keep
statusto one clear work condition - Include only equipment that is truly required in the field
- With multiple items, alert messages show missing items together
Examples:
PPE non-compliance detected: maskPPE non-compliance detected: helmet, mask
Detection Quality Checkpoints
- Set detection target to
personorworkerso full-body boxes are captured reliably. - When many people appear in one frame, use camera angles where key workers are clearly visible.
- If equipment appears visible but required body parts are often occluded, adjust camera angle/height first, then tune scenario text.
It is easier to diagnose false alarms when "work status" and "required items" are managed separately.
Advanced Settings
PPE mode is typically used with single-frame analysis.
detection_mode : "ppe"
frame_mode : "single"
Technical Blog
For deeper technical background, see PPE mode for more accurate non-compliance detection.