Task chaining is no longer supported as a dedicated workflow in Geti v3.0 #6887
yvolokitin
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
We want to inform the community about a change to supported workflows in the current release.
Geti™ v2 supported special 'chain' task types that composed a detection stage with a classification/segmentation one. This feature was introduced long ago, when the best available models could only excel at a single task. For example, you could have a detector to localize objects within an image, followed by a specialized classifier to recognize the instance type.
Since then, the state of the art of deep learning models has advanced tremendously; today, detection/segmentation models perform exceptionally well end-to-end, in both accuracy and inference latency. Task chaining is essentially obsolete, so it was removed from Geti™ v3.
Migrating a chained project to v3
If you have a "detection → classification" project in Geti™ v2, we recommend migrating it to a single-task "detection" project in v3. Similarly, a "detection → segmentation" project should be migrated to an "instance segmentation" v3 project. In both cases, follow these steps:
Feedback
If task chaining is important to your workflow, please share your use case in the comments so we can factor it into future planning.
📖 For the full step-by-step guide, see the v2 → v3 migration documentation
All reactions