[DRAFT] Annotation#400
Draft
Gautzilla wants to merge 29 commits into
Draft
Conversation
Collaborator
ElodieENSTA
reviewed
Jun 2, 2026
ElodieENSTA
reviewed
Jun 3, 2026
| "confidence_indicator_label", | ||
| "confidence_indicator_level", | ||
| "label", | ||
| "level", |
Member
There was a problem hiding this comment.
The column names hasn't change on APLOSE side
Contributor
Author
There was a problem hiding this comment.
damn good catch, I didn't see that my refactor affected also the dict keys!
I really should write an integration test before messing with everything 🥸
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🖼️ Annotation results are coming to OSEkit!
How does it work
The idea is to be able to load APLOSE results csv into OSEkit as a collection of new
Annotationobjects:The annotations could then be filtered thanks to their properties :
Using the
Annotationwith OSEkitThe
Annotationclass inherits from theEventclass: itsbeginandendproperties can be used to access the audio corresponding to the annotation box easily, e.g.: