-
Notifications
You must be signed in to change notification settings - Fork 4
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
bbox annotation format: Audacity Extended LabelTrack #213
Comments
In ecoacoustics, people use Raven as well as Audacity to annotate there audio files. I'm pretty sure there are plenty of private datasets with this kind of anotations. |
Excellent, thank you @shaupert @scikit-maad An initial implementation + test data are in this comment: Closing that issue as a duplicate of this but will start with that suggested implementation |
- Add src/crowsetta/formats/bbox/audbbox.py - TST: Add tests/data_for_tests/aud-bbox/ with files - TST: Add audbbox fixtures in tests - TST: Add tests/test_formats/test_bbox/test_audbbox.py - Add src/crowsetta/data/audbbox/ with example data
- Add src/crowsetta/formats/bbox/audbbox.py - TST: Add tests/data_for_tests/aud-bbox/ with files - TST: Add audbbox fixtures in tests - TST: Add tests/test_formats/test_bbox/test_audbbox.py - Add src/crowsetta/data/audbbox/ with example data
- Add src/crowsetta/formats/bbox/audbbox.py - TST: Add tests/data_for_tests/aud-bbox/ with files - TST: Add audbbox fixtures in tests - TST: Add tests/test_formats/test_bbox/test_audbbox.py - Add src/crowsetta/data/audbbox/ with example data
- Add src/crowsetta/formats/bbox/audbbox.py - TST: Add tests/data_for_tests/aud-bbox/ with files - TST: Add audbbox fixtures in tests - TST: Add tests/test_formats/test_bbox/test_audbbox.py - Add src/crowsetta/data/audbbox/ with example data
Add format class for Audacity extended label track, fix #213
I cannot find any public datasets using this format but want to document it as one that could be good to have:
https://manual.audacityteam.org/man/importing_and_exporting_labels.html#Extended_format_with_frequency_ranges
Basically, a bounding box instead of segments
The fact there are none publicly available suggests it's not widely used.
Again, just documenting for future reference
The text was updated successfully, but these errors were encountered: