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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: coral
|
id: object-detector
|
||||||
attributes:
|
attributes:
|
||||||
label: Coral version
|
label: Object Detector
|
||||||
options:
|
options:
|
||||||
- USB
|
- Coral
|
||||||
- PCIe
|
- OpenVino
|
||||||
- M.2
|
- TensorRT
|
||||||
- Dev Board
|
- RKNN
|
||||||
- Other
|
- Other
|
||||||
- CPU (no coral)
|
- CPU (no coral)
|
||||||
validations:
|
validations:
|
||||||
|
12
.github/DISCUSSION_TEMPLATE/config-support.yml
vendored
12
.github/DISCUSSION_TEMPLATE/config-support.yml
vendored
@ -61,14 +61,14 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: coral
|
id: object-detector
|
||||||
attributes:
|
attributes:
|
||||||
label: Coral version
|
label: Object Detector
|
||||||
options:
|
options:
|
||||||
- USB
|
- Coral
|
||||||
- PCIe
|
- OpenVino
|
||||||
- M.2
|
- TensorRT
|
||||||
- Dev Board
|
- RKNN
|
||||||
- Other
|
- Other
|
||||||
- CPU (no coral)
|
- CPU (no coral)
|
||||||
validations:
|
validations:
|
||||||
|
12
.github/DISCUSSION_TEMPLATE/detector-support.yml
vendored
12
.github/DISCUSSION_TEMPLATE/detector-support.yml
vendored
@ -63,14 +63,14 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: coral
|
id: object-detector
|
||||||
attributes:
|
attributes:
|
||||||
label: Coral version
|
label: Object Detector
|
||||||
options:
|
options:
|
||||||
- USB
|
- Coral
|
||||||
- PCIe
|
- OpenVino
|
||||||
- M.2
|
- TensorRT
|
||||||
- Dev Board
|
- RKNN
|
||||||
- Other
|
- Other
|
||||||
- CPU (no coral)
|
- CPU (no coral)
|
||||||
validations:
|
validations:
|
||||||
|
12
.github/DISCUSSION_TEMPLATE/general-support.yml
vendored
12
.github/DISCUSSION_TEMPLATE/general-support.yml
vendored
@ -69,14 +69,14 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: coral
|
id: object-detector
|
||||||
attributes:
|
attributes:
|
||||||
label: Coral version
|
label: Object Detector
|
||||||
options:
|
options:
|
||||||
- USB
|
- Coral
|
||||||
- PCIe
|
- OpenVino
|
||||||
- M.2
|
- TensorRT
|
||||||
- Dev Board
|
- RKNN
|
||||||
- Other
|
- Other
|
||||||
- CPU (no coral)
|
- CPU (no coral)
|
||||||
validations:
|
validations:
|
||||||
|
Loading…
Reference in New Issue
Block a user