Splitting supervised segments using alignment information #755
Unanswered
robflynnyh
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Not really, the SupervisionSegments don't support splitting out of the box because alignment is an optional attribute (and most often unavailable). If you have alignments it should be fairly simple to write. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This should now be possible to do: #1115 (e.g. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am working with the AMI dataset and want to split up segments that exceed a certain length (some segments in AMI are up to 80 seconds long). I altered the prepare_ami script to keep the alignment info and store it in the segments and am wondering if there is any method already implemented that will split up a supervised segment in some reasonable way based on a max duration and alignments. From what I can see there isn't although I wanted to check before I write something.
Beta Was this translation helpful? Give feedback.
All reactions