Skip to content

Commit ba5605c

Browse files
committed
Add support for YOLO object detector
1 parent 96039ca commit ba5605c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ ENV/
105105
.vscode
106106

107107
env
108+
**/.DS_Store

gabrieltool/statemachine-editor-react/src/processor-zoo.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"labels": "None",
1515
"conf_threshold": "0.8"
1616
},
17+
"YoloProcessor": {
18+
"model_path": "",
19+
"conf_threshold": "0.8"
20+
},
1721
"TwoStageProcessor": {
1822
"classifier_path": "",
1923
"detector_path": "",

0 commit comments

Comments
 (0)