-
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
Files don't appear in "recording" menu #16
Comments
The labels and kinds to use fields are properly populated when selecting the "label sounds" function at the top of the GUI. They also appear in the .csv file generated by the "detect" step, as expected per the documentation. I played around with it some more today on Windows, and reproduced the error message I posted earlier. I think that is related to clicking on the spectrogram window when nothing is loaded. So perhaps that is not particularly helpful. I also found some other exceptions when trying to load the csv with annotations, but I suppose that's also to be expected when no such file exists. Since we will have to create annotations for other analysis, could you describe the expected format of the "ground truth" annotations .csv? The excerpt in the documentation has output I'm basically doing tech support for a friend who wants to use SongExplorer to look at wing fanning in parasitoid wasps (Leptopilina). Thank you for the quick reply, and for your help with this! We hope SongExplorer can save a lot of time with having to manually annotate hours of recordings and really speed up the data analysis involved. |
you don't by chance have spaces in any of the file paths or file names, do you? that would likely cause a problem. the error you're seeing could also occur if you moved the detected.csv file elsewhere. it needs to be in a sub-folder of the groundtruth folder. |
your problem could also be that the "ground truth" text box is blank or not pointing to the correct directory. see the screenshot i posted above. i'm updating the documentation with this info. |
Tried following the tutorial with the provided testing data files in
songexplorer/bin/songexplorer/test/data
, but was unable to open any files in the "recording" dropdown (section "Manually Annotating" in the readme). The.csv
file produced in the previous steps matched what was provided in the tutorial. In the GUI, the "recording" list element flashes orange, but clicking it reveals no filenames.The relevant files in my folder at this step are
I replicated this issue on both Windows 11, and MacOS 12.5 (M2 Macbook Air). Below is what appears to be some relevant output from the terminal (from MacOS):
Is there a step in the tutorial that I am missing? Or is there another step required for the file to be properly recognized? Is this step sensitive to the analysis parameters (frequency range, frequency smoothing, etc)?
The text was updated successfully, but these errors were encountered: