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
Elpis currently expects annotations to correlate to beginning of media. However, ELAN files can have offset media start times which would result in mis-aligned training.
When reading the annotation data from ELAN files, we should look in the header for media offset information and add/subtract that to the annotation times so that the alignment is correct.
Or trim the media sox input output trim 5000?
The text was updated successfully, but these errors were encountered:
Elpis currently expects annotations to correlate to beginning of media. However, ELAN files can have offset media start times which would result in mis-aligned training.
When reading the annotation data from ELAN files, we should look in the header for media offset information and add/subtract that to the annotation times so that the alignment is correct.
Or trim the media
sox input output trim 5000
?The text was updated successfully, but these errors were encountered: