-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding audio_path to DATA section #62
Comments
but you can have relative and absolute paths in nkululeko? |
Relative and absolute paths are to define the database path (e.g, CSV file) not the content of Suppose I have train.csv containing the following,
With the current configuration, is that possible to run nkululeko.nkululeko without any pre-processing? Also currently there is |
I checked it can be accomplished to set the |
that's actually the root for the experiment results, not neccessarily the databases! |
And, yeah, documentation is still mainly my blog, that#s a weak point. |
I am wrong when stating that defining root dir will solve this issue. I tried on TESS dataset (still in my branch), and it doesn't work. Still need the full path inside This also will help if the dataset directory is not inside |
ok, i add this later today. The data directory does NOT have to be inside the nkululeko root! ACtually a Nkululeko root is NOT necessary at all! |
Currently, the filename in the database (CSV) must contain a full path instead of a basename only. In most cases, the provider of the dataset only provides a file with a list of the basenames (for platform independence). So, I would like to request adding
audio_path
to the DATA section in the INI file.This can be optional, meaning, that if this option is not given, Nkululeko will search file path in the given CSV file (current behavior).
Example usage (see
train.audio_path
anddev.audio_path
)One important note is that Nkululeko should be able to find audio files inside subdirectories of given
audio_path
since database creator sometimes also split their audio files into subdirectories instead of in a single directory.Actually, I want to evaluate my experiment here without much effort with Nkululeko :)
The text was updated successfully, but these errors were encountered: