Skip to content

Commit

Permalink
Update template to include all detector types (#11981)
Browse files Browse the repository at this point in the history
* Change from coral to general detector dropdown

* Update camera-support.yml

* Update config-support.yml

* Update general-support.yml
  • Loading branch information
NickM-27 committed Jun 15, 2024
1 parent 4e5a6eb commit 3c12872
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions .github/DISCUSSION_TEMPLATE/camera-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions .github/DISCUSSION_TEMPLATE/config-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions .github/DISCUSSION_TEMPLATE/detector-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions .github/DISCUSSION_TEMPLATE/general-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3c12872

Please sign in to comment.