fix: look in a win for ssf rise; cosmetics
This commit is contained in:
@@ -9,6 +9,8 @@ def median_filter(a, w):
|
||||
o[i] = np.median(sl)
|
||||
return o
|
||||
|
||||
# nice-to: split longer segments (above 30 sec), merge very-short segments
|
||||
|
||||
class Segmenter:
|
||||
seg_win_size_sec = 4.0 #: window size for stat. measures for segmentation, in sec
|
||||
seg_win_step_sec = 1.0 #: step for segmentation, in sec
|
||||
|
||||
Reference in New Issue
Block a user