Skip to main content

Sample Configuration Files

The following pipelines can be realized by overwriting the contents of config.yaml with each of these configurations:

  • CPU pipelines

    • c1_person-detection.yaml : This is config for a single channel person detection pipeline.
    • c1_ppe-compliance.yaml : This is config for a single channel ppe compliance detection pipeline.
    • c3_person-detection.yaml : This is config for a 3 channel person detection pipeline.
    • c1_camera_person-detection.yaml : This is config for a single channel person detection pipeline streaming from a live camera, that also applies the social distancing algorithm with multiple zmq sinks. Please configure the camera url in the yaml.
    • c1_mask-detection.yaml : This is config for a single channel mask detection pipeline.
    • c1_person-detection_privacy.yaml : This is config for a single channel person detection and face detection pipeline that applies blurring to faces for privacy.
    • c1_intrusion-detection.yaml : This is config for a single channel intrusion detection pipeline.
    • c1_people-tracking.yaml : This is config for a single channel people tracking pipeline.
    • c1_line-crossing.yaml : This is config for a single channel line crossing pipeline.
    • c1_person-detection_c1_mask-detection.yaml : This is config for a combination of c1_person-detection.yaml and c1_mask-detection.yaml.
    • c1_person-detection_c1_intrusion-detection_c1_people-tracking.yaml : This is config for a combination of c1_person-detection.yaml and c1_intrusion-detection.yaml and c1_people-tracking.yaml.
    • c1_intrusion-detection_c1_people-tracking.yaml : This is config for a combination of c1_intrusion-detection.yaml and c1_people-tracking.yaml.
    • c1_fire-detection.yaml : This is config for a single channel fire detection pipeline.
  • iGPU pipelines

    • c1_igpu_person-detection.yaml : This is config for a single channel person detection pipeline.
  • GPU pipelines

    • c1_gpu_person-detection.yaml : This is config for a single channel person detection pipeline.
  • FPGA pipelines

    • c1_fpga_physical-distancing.yaml : This is config for a single channel physical distancing pipeline.
    • c1_fpga_intrusion-detection.yaml : This is config for a single channel intrusion detection pipeline.
    • c1_fpga_people-tracking.yaml : This is config for a single channel people tracking pipeline.
    • c1_fpga_line-crossing.yaml : This is config for a single channel line crossing pipeline.
    • cn_fpga_physical-distancing.yaml : This is config for a 16 channel physical distancing pipeline.