Skip to content
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

Closed
NickleDave opened this issue Dec 29, 2022 · 2 comments · Fixed by #226
Closed

bbox annotation format: Audacity Extended LabelTrack #213

NickleDave opened this issue Dec 29, 2022 · 2 comments · Fixed by #226

Comments

@NickleDave
Copy link
Collaborator

NickleDave commented Dec 29, 2022

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

@scikit-maad
Copy link

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.
In our scikit-maad package, we added 2 examples. You can use it if you need.
https://github.com/scikit-maad/scikit-maad/tree/production/data
See my issue about this : #222

@NickleDave
Copy link
Collaborator Author

Excellent, thank you @shaupert @scikit-maad

An initial implementation + test data are in this comment:
#222 (comment)

Closing that issue as a duplicate of this but will start with that suggested implementation

NickleDave added a commit that referenced this issue Mar 1, 2023
- 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
NickleDave added a commit that referenced this issue Mar 1, 2023
- 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
NickleDave added a commit that referenced this issue Mar 1, 2023
- 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
NickleDave added a commit that referenced this issue Mar 1, 2023
- 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
NickleDave added a commit that referenced this issue Mar 1, 2023
Add format class for Audacity extended label track, fix #213
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants