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
Copy file name to clipboardexpand all lines: tools/accuracy_checker/accuracy_checker/preprocessor/README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -122,8 +122,9 @@ Accuracy Checker supports following set of preprocessors:
122
122
*`resample_audio` - converts audio to new sample rate
123
123
*`sample_rate` - sets new sample rate
124
124
*`clip_audio` - slices audio into several parts with equal duration
125
-
*`duration` - sets duration in seconds
126
-
*`max_clips` - sets the maximum number of clips (by default `1`)
125
+
*`duration` - sets duration of each clip in seconds or samples (use `samples` suffix), e.g. `1.5`, `16000samples`
126
+
*`overlap` - sets overlapping for clips in percents or samples (use `%` or `samples` suffixes respectively) (no overlapping by default), e.g. `25%`, `4000samples`
127
+
*`max_clips` - sets the maximum number of clips (clips all record by default)
127
128
*`audio_normalization` - normalize audio record with mean sample subtraction and division on standard deviation of samples.
128
129
*`similarity_transform_box` - apply to image similarity transformation to get rectangle region stored in annotation metadata/
0 commit comments