From 3c12872a56f999cb06cb7a69e8838efc199ba8bc Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 15 Jun 2024 15:26:09 -0500 Subject: [PATCH] Update template to include all detector types (#11981) * Change from coral to general detector dropdown * Update camera-support.yml * Update config-support.yml * Update general-support.yml --- .github/DISCUSSION_TEMPLATE/camera-support.yml | 12 ++++++------ .github/DISCUSSION_TEMPLATE/config-support.yml | 12 ++++++------ .github/DISCUSSION_TEMPLATE/detector-support.yml | 12 ++++++------ .github/DISCUSSION_TEMPLATE/general-support.yml | 12 ++++++------ 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/camera-support.yml b/.github/DISCUSSION_TEMPLATE/camera-support.yml index 1e199295c..6f99790df 100644 --- a/.github/DISCUSSION_TEMPLATE/camera-support.yml +++ b/.github/DISCUSSION_TEMPLATE/camera-support.yml @@ -69,14 +69,14 @@ body: validations: required: true - type: dropdown - id: coral + id: object-detector attributes: - label: Coral version + label: Object Detector options: - - USB - - PCIe - - M.2 - - Dev Board + - Coral + - OpenVino + - TensorRT + - RKNN - Other - CPU (no coral) validations: diff --git a/.github/DISCUSSION_TEMPLATE/config-support.yml b/.github/DISCUSSION_TEMPLATE/config-support.yml index 5a49292fc..3a9265f44 100644 --- a/.github/DISCUSSION_TEMPLATE/config-support.yml +++ b/.github/DISCUSSION_TEMPLATE/config-support.yml @@ -61,14 +61,14 @@ body: validations: required: true - type: dropdown - id: coral + id: object-detector attributes: - label: Coral version + label: Object Detector options: - - USB - - PCIe - - M.2 - - Dev Board + - Coral + - OpenVino + - TensorRT + - RKNN - Other - CPU (no coral) validations: diff --git a/.github/DISCUSSION_TEMPLATE/detector-support.yml b/.github/DISCUSSION_TEMPLATE/detector-support.yml index 4ac95754b..c09aec2ec 100644 --- a/.github/DISCUSSION_TEMPLATE/detector-support.yml +++ b/.github/DISCUSSION_TEMPLATE/detector-support.yml @@ -63,14 +63,14 @@ body: validations: required: true - type: dropdown - id: coral + id: object-detector attributes: - label: Coral version + label: Object Detector options: - - USB - - PCIe - - M.2 - - Dev Board + - Coral + - OpenVino + - TensorRT + - RKNN - Other - CPU (no coral) validations: diff --git a/.github/DISCUSSION_TEMPLATE/general-support.yml b/.github/DISCUSSION_TEMPLATE/general-support.yml index 7c8d534cc..cb9bd1992 100644 --- a/.github/DISCUSSION_TEMPLATE/general-support.yml +++ b/.github/DISCUSSION_TEMPLATE/general-support.yml @@ -69,14 +69,14 @@ body: validations: required: true - type: dropdown - id: coral + id: object-detector attributes: - label: Coral version + label: Object Detector options: - - USB - - PCIe - - M.2 - - Dev Board + - Coral + - OpenVino + - TensorRT + - RKNN - Other - CPU (no coral) validations: