Skip to content

Commit

Permalink
Fix detector config help template (#14249)
Browse files Browse the repository at this point in the history
* Fix detector config

* Fix general support
  • Loading branch information
NickM-27 authored Oct 9, 2024
1 parent a2f42d5 commit dbeaf43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
13 changes: 0 additions & 13 deletions .github/DISCUSSION_TEMPLATE/detector-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,6 @@ body:
- CPU (no coral)
validations:
required: true
- type: dropdown
id: object-detector
attributes:
label: Object Detector
options:
- Coral
- OpenVino
- TensorRT
- RKNN
- Other
- CPU (no coral)
validations:
required: true
- type: textarea
id: screenshots
attributes:
Expand Down
13 changes: 0 additions & 13 deletions .github/DISCUSSION_TEMPLATE/general-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,6 @@ body:
- CPU (no coral)
validations:
required: true
- type: dropdown
id: object-detector
attributes:
label: Object Detector
options:
- Coral
- OpenVino
- TensorRT
- RKNN
- Other
- CPU (no coral)
validations:
required: true
- type: dropdown
id: network
attributes:
Expand Down

0 comments on commit dbeaf43

Please sign in to comment.