Dataset build moves audio to incorrect folder #201
Labels
bug
Something isn't working
data format
Work related to spectrogram/audio format and how to process it
On an existing dataset, if I build with new target SR or new target spectro duration, the build moves my old data to the original file folder.
Typiquement si j’ai un dossier initial 152_312500, que je fais un premier process en 10_5000, puis que je tente de le relancer en 10_10000 (par exemple), il va me déplacer tout les 10_5000 dans le 152_312500 avant de me faire un 10_10000. Je voudrais garder les deux.
Demonstration:
Before build - 2 audio files in folder
I launch the first build process with sr=10000 and duration = 5 :
LOGS:
SERVER:
==> Everything is fine until now, spectrogram generation (not shown here) also seems to work
Now I want to segment my data with sr=10000 and duration = 10sec:
LOGS:
SERVER:
==> The 5_10000 folder disapeared !
==> my 5_10000 files are now in my 152_312500 folder !
Expected behavior:
I would expect the 5_10000 folder to remain unchanged and 10_10000 folder contain my new segments.
Or should I not build twice ?
Can someone tell me if you have the same issue on your server?
The text was updated successfully, but these errors were encountered: