Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anthony Larcher
evALLIES
Commits
fe8e0dd1
Commit
fe8e0dd1
authored
Jun 04, 2021
by
Anthony Larcher
Browse files
adapt to s4d
parent
72c906a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
lium_baseline/system.py
View file @
fe8e0dd1
...
...
@@ -66,8 +66,8 @@ def bic_linear_segmentation(init_diar, cep, model_cfg):
if
c
.
duration
()
>
50
:
output_diar
.
append_diar
(
c
)
output_diar
=
s4d
.
segmentation
.
segmentation
(
cep
,
output_diar
)
output_diar
=
s4d
.
segmentation
.
bic_linear
(
cep
,
output_diar
,
model_cfg
[
'first_seg'
][
'thr_l'
],
sr
=
False
)
output_diar
=
s4d
.
segmentation
(
cep
,
output_diar
)
output_diar
=
s4d
.
bic_linear
(
cep
,
output_diar
,
model_cfg
[
'first_seg'
][
'thr_l'
],
sr
=
False
)
return
output_diar
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment