Skip to content

Commit 8897152

Browse files
authored
fixed default value for TRIGGER
1 parent 26cf60e commit 8897152

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

settings.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[Streaming]
22
RESOLUTION = 960, 540
33
FRAMERATE = 30
4-
OUTPUT_DIRECTORY = /Output
4+
#put in the path to your outputfolder
5+
OUTPUT_DIRECTORY = C:/Output
56
#if you have connected multiple cameras (USB), you will need to select the number OpenCV has given them.
67
#Default is "0", which takes the first available camera.
78
CAMERA_SOURCE = 0
@@ -35,7 +36,7 @@ POOL_SIZE = 1
3536
#threshold to accept a classification probability as positive detection (SIMBA + )
3637
THRESHOLD = 0.9
3738
# class/category of identified behavior to use as trigger (only used for B-SOID)
38-
TRIGGER = NUMBER_OF_CLUSTER
39+
TRIGGER = 0
3940
#feature extraction currently works with millimeter not px, so be sure to enter the factor (as in simba).
4041
PIXPERMM = 1
4142

0 commit comments

Comments
 (0)