You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#time window used for feature extraction (currently only works with 15)
27
30
TIME_WINDOW = 15
28
31
#number of parallel classifiers to run, this is dependent on your performance time. You need at least 1 more classifier then your average classification time.
29
32
POOL_SIZE = 4
30
-
#threshold to accept a classification probability as positive detection
33
+
#threshold to accept a classification probability as positive detection (SIMBA + )
31
34
THRESHOLD = 0.5
35
+
# class/category of identified behavior to use as trigger (only used for B-SOID)
36
+
TRIGGER = 5
32
37
#feature extraction currently works with millimeter not px, so be sure to enter the factor (as in simba).
0 commit comments