Is your feature request related to a problem? Please describe.
When running derivation (e.g. acoustic on philippines dataset) from e.g. vtc, some file are short and have zero lines from VTC. converted annotation file is therefore 1 line, only headers.
When running the derivation, this results in an error for those (no Attrobute tolist() ). this should instead just create an empty dataframe with relevant columns
Describe the solution you'd like
Change behaviour to not fail and produce empty annotations (covering the given range but not containing segments)
Is your feature request related to a problem? Please describe.
When running derivation (e.g. acoustic on philippines dataset) from e.g. vtc, some file are short and have zero lines from VTC. converted annotation file is therefore 1 line, only headers.
When running the derivation, this results in an error for those (no Attrobute tolist() ). this should instead just create an empty dataframe with relevant columns
Describe the solution you'd like
Change behaviour to not fail and produce empty annotations (covering the given range but not containing segments)