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
I have just pushed two PRs that should make things much faster:
this pyannote.databasePR relies on vanilla csv library instead of pandas
this pyannote.corePR switches from sortedcontainers.SortedDict to vanilla dict in Annotation internals (making Annotation.__init__ orders of magnitude faster).
I still need to make sure those PRs do not break anything but you could already try them on your use case (this requires that you install both pyannote.database and pyannote.core from the corresponding branches).
RTTMLoader class is extremely slow for large RTTM files containing annotation of multiple audio files (e.g. VoxCeleb dataset).
We should make it faster!
The text was updated successfully, but these errors were encountered: