From f421ace049a853d2691636bf3d3180c33cc2e6b2 Mon Sep 17 00:00:00 2001 From: Ankush Tiwari <92021625+TiwariBro@users.noreply.github.com> Date: Sun, 7 Jan 2024 17:16:15 +0530 Subject: [PATCH] Create config_data.yml --- .github/ISSUE_TEMPLATE/config_data.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config_data.yml diff --git a/.github/ISSUE_TEMPLATE/config_data.yml b/.github/ISSUE_TEMPLATE/config_data.yml new file mode 100644 index 000000000..d785206fb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config_data.yml @@ -0,0 +1,20 @@ +mqtt: + host: mqtt.example.com + port: 1883 + username: your_username + password: your_password + topic_prefix: nvr/ + +detectors: + type: yolov3 + model_path: /path/to/yolov3/model + confidence_threshold: 0.5 + +database: + type: postgresql + host: db.example.com + port: 5432 + username: db_user + password: db_password + database_name: nvr_database + table_prefix: nvr_