Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

teach prepare_intervals to output aclew-like intervals #25

Open
2 tasks
kalenkovich opened this issue Sep 13, 2022 · 0 comments
Open
2 tasks

teach prepare_intervals to output aclew-like intervals #25

kalenkovich opened this issue Sep 13, 2022 · 0 comments
Assignees

Comments

@kalenkovich
Copy link
Contributor

Right now, the way the function works emulates the way LENA creates intervals for lena5min.csv's. First and last intervals start and end outside of the recordings: 15:42:15:52 -> (15:40-15:45, 15:45-15:50, 15:50-15:55). They get trimmed afterward but they are still there while for ACLEW we don't want those short intervals at all. Keeping those intervals should be an option. Also, for ACLEW we'll need to introduce buffers to accommodate context regions.

  • add an option to drop start and end intervals if they are shorter than required,
  • add an option to introduce buffers before and after all regions.

See vihi-sampling code where intervals are created for the seedlings corpus.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant