facebookresearch / libri-light

dataset for lightly supervised training using the librivox audio book recordings. https://librivox.org/.
MIT License
479 stars 78 forks source link

Is glob pattern in the cut_book function of cut_by_vad.py correct? #54

Open amr-lopezjos opened 9 months ago

amr-lopezjos commented 9 months ago

I had to change path_book.glob('*.json') to path_book.glob('*/.json') for the script to do anything.