-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error running vak prep #740
Comments
Hi @athenasyarifa, glad to hear you're trying out vak!
What's going on here is that Raven annotations are boxes, but the TweetyNet model in vak expects to work on line segments. We don't have any models built into vak right now that train/predict bounding boxes, but you can convert the Raven annotations to segments by throwing away the frequency ranges. Please see this issue on the TweetyNet repo from @sfcooke96 for more detail: Here's an example script for converting Raven annotations to a format that you can use to train TweetyNet models: Please let me know if that helps! It seems like we might want to add more to the docs and code for people working with Raven-style annotations, since you're not the first person to run into this issue. Probably the docs should better explain the geometry of annotations, both in crowsetta and in a vak page on TweetyNet (that doesn't exist currently 🙈 😇 ).
My fault! I approved the request. Definitely please ask questions and to introduce yourself there |
Hi @NickleDave The docs are really helpful and friendly for beginners like me, such that I understood that crowsetta can read box and seq-like annotation formats. I think it was just that I did not know that TweetyNet works only with seq-like annotations. Thanks for your help, and looking forward to participate in the forum! |
Excellent, I'll go ahead and close this
Very glad to hear it
Good to know, we should definitely make this clearer
Happy to have you join, please feel free to introduce yourself! Couldn't help noticing you are working with related tools from several other projects I keep an eye on 😅 so would love to hear more about what you're working on! I'm happy to jump on a Zoom meeting if you need tech support too, just let me know! |
Hi Dave,
I am trying
vak prep
on my dataset and encountered an error when it tried to read the raven annotation files. The following is the error message:And my
train.toml
looks like this:Please let me know how I can fix this.
On an unrelated note, I would love to have access to
vocalpy
forum to ask further questions. I registered an account, but have not yet been approved by the administrators. Can you also help me in any way regarding this?Many thanks in advance!
Best,
Rifa
The text was updated successfully, but these errors were encountered: