We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26cf60e commit 8897152Copy full SHA for 8897152
1 file changed
settings.ini
@@ -1,7 +1,8 @@
1
[Streaming]
2
RESOLUTION = 960, 540
3
FRAMERATE = 30
4
-OUTPUT_DIRECTORY = /Output
+#put in the path to your outputfolder
5
+OUTPUT_DIRECTORY = C:/Output
6
#if you have connected multiple cameras (USB), you will need to select the number OpenCV has given them.
7
#Default is "0", which takes the first available camera.
8
CAMERA_SOURCE = 0
@@ -35,7 +36,7 @@ POOL_SIZE = 1
35
36
#threshold to accept a classification probability as positive detection (SIMBA + )
37
THRESHOLD = 0.9
38
# class/category of identified behavior to use as trigger (only used for B-SOID)
-TRIGGER = NUMBER_OF_CLUSTER
39
+TRIGGER = 0
40
#feature extraction currently works with millimeter not px, so be sure to enter the factor (as in simba).
41
PIXPERMM = 1
42
0 commit comments