You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I kind of hate this name but I can't think of something more succinct and general
"source" is supposed to mean "the thing that is annotated"
another issue is that vak may rely on audio_path existing -- need to check this
add spect_path
this is more intuitive naming
it actually could be useful to have both spect_path and audio_path attributes
but then this starts to make crowsettas job to be a dataset tracker, since for some reason it now knows there are both spectrograms and audio files; that's actually not what we want
another option would be to add a post_init that requires one of the two, but not both, to be declared, i.e. either audio_path or spect_path
but then this makes the job of generic-seq more complicated; does it track audio_path or spect_path? or both?
The text was updated successfully, but these errors were encountered:
notated is not a word, or at least doesn't mean what annotated does.
But annot is not a word either.
At least it's more specific than "source" and avoids dealing with having multiple optional attributes
NickleDave
changed the title
rename Annotation.audio_path attribute to source_path, or add spect_path attribute
rename Annotation.audio_path attribute to notated_pathApr 11, 2022
- Rename attribute
- Use 'Annotation.notated_path' in all formats;
keep `audio_path` attribute for formats
but convert to `notated_path` inside `to_annot` method
as discussed in #120 #58
source_path
vak
may rely onaudio_path
existing -- need to check thisspect_path
spect_path
andaudio_path
attributescrowsetta
s job to be a dataset tracker, since for some reason it now knows there are both spectrograms and audio files; that's actually not what we wantpost_init
that requires one of the two, but not both, to be declared, i.e. eitheraudio_path
orspect_path
generic-seq
more complicated; does it trackaudio_path
orspect_path
? or both?The text was updated successfully, but these errors were encountered: