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

Make AI Model Training work with tasks #8265

Open
1 of 3 tasks
daniel-wer opened this issue Dec 5, 2024 · 1 comment
Open
1 of 3 tasks

Make AI Model Training work with tasks #8265

daniel-wer opened this issue Dec 5, 2024 · 1 comment

Comments

@daniel-wer
Copy link
Member

Detailed Description

As far as I can see two things are missing:

  • Allow to specify task IDs instead of annotation IDs as the training data source. To do this I think it would be easiest to look up the (or are there multiple?) annotation ID for a specific task ID and continue to use that. This way, no changes in the worker should be needed. (@fm3 Could you comment on whether that's possible?)
  • Take into account task bounding boxes and not only user bounding boxes

Context

  • Specific to long-running jobs (set jobsEnabled=true in application.conf)

Training data for model trainings is often created using tasks. It should be possible to start a training from these.

@fm3
Copy link
Member

fm3 commented Dec 5, 2024

Sounds good! Yes, there may be multiple annotation ids per task. We should also decide if only “finished” instances should be used, or also “active” ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants