mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-12-19 19:06:16 +01:00
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
This commit is contained in:
parent
4e5a6eb1c8
commit
3c12872a56
12
.github/DISCUSSION_TEMPLATE/camera-support.yml
vendored
12
.github/DISCUSSION_TEMPLATE/camera-support.yml
vendored
@ -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:
|
||||
|
12
.github/DISCUSSION_TEMPLATE/config-support.yml
vendored
12
.github/DISCUSSION_TEMPLATE/config-support.yml
vendored
@ -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:
|
||||
|
12
.github/DISCUSSION_TEMPLATE/detector-support.yml
vendored
12
.github/DISCUSSION_TEMPLATE/detector-support.yml
vendored
@ -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:
|
||||
|
12
.github/DISCUSSION_TEMPLATE/general-support.yml
vendored
12
.github/DISCUSSION_TEMPLATE/general-support.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user