LAAC-LSCP / ChildProject

Python package for the management of day-long recordings of children.
https://childproject.readthedocs.io
MIT License
13 stars 5 forks source link

get_segments optimization #258

Open lucasgautheron opened 3 years ago

lucasgautheron commented 3 years ago

Is your feature request related to a problem? Please describe.

get_segments becomes really slow as the amount of annotation segments gets large. most of the work is probably done by clip_segments.

Describe the solution you'd like