Skip to content

Commit

Permalink
Add support for YOLO object detector
Browse files Browse the repository at this point in the history
  • Loading branch information
T0ny8576 committed May 14, 2024
1 parent 96039ca commit ba5605c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,4 @@ ENV/
.vscode

env
**/.DS_Store
4 changes: 4 additions & 0 deletions gabrieltool/statemachine-editor-react/src/processor-zoo.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"labels": "None",
"conf_threshold": "0.8"
},
"YoloProcessor": {
"model_path": "",
"conf_threshold": "0.8"
},
"TwoStageProcessor": {
"classifier_path": "",
"detector_path": "",
Expand Down

0 comments on commit ba5605c

Please sign in to comment.