Sample Configuration FilesΒΆ

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

  • CPU pipelines

    • c1_person-detection.json : This is config for a single channel person detection pipeline.

    • c1_ppe-compliance.json : This is config for a single channel ppe compliance detection pipeline.

    • c3_person-detection.json : This is config for a 3 channel person detection pipeline.

    • c1_camera_person-detection.json : 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 json.

    • c1_mask-detection.json : This is config for a single channel mask detection pipeline.

    • c1_person-detection_privacy.json : This is config for a single channel person detection and face detection pipeline that applies blurring to faces for privacy.

    • c1_intrusion-detection.json : This is config for a single channel intrusion detection pipeline.

    • c1_people-tracking.json : This is config for a single channel people tracking pipeline.

    • c1_line-crossing.json : This is config for a single channel line crossing pipeline.

    • c1_person-detection_c1_mask-detection.json : This is config for a combination of c1_person-detection.json and c1_mask-detection.json.

    • c1_person-detection_c1_intrusion-detection_c1_people-tracking.json : This is config for a combination of c1_person-detection.json and c1_intrusion-detection.json and c1_people-tracking.json.

    • c1_intrusion-detection_c1_people-tracking.json : This is config for a combination of c1_intrusion-detection.json and c1_people-tracking.json.

    • c1_fire-detection.json : This is config for a single channel fire detection pipeline.

  • iGPU pipelines

    • c1_igpu_person-detection.json : This is config for a single channel person detection pipeline.