Rotated detection is no longer supported as a dedicated workflow in Geti v3.0 #6892
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.
### We want to inform the community about a change to supported workflows in the current release.
Geti™ v3.0 does not support rotated detection as a task. If you have a "rotated detection" project in Geti™ v2, we recommend migrating it to an "instance segmentation" project in v3.
Migrating a rotated detection project to v3
Since the new project is of type "instance segmentation", any trained model will produce polygons as output. At deployment time, if you need to reinterpret the predicted polygons as rotated bounding boxes, you can take advantage of the minimum_rotated_rectangle function offered by the Shapely library.
📖 For the full step-by-step guide, see the v2 → v3 migration documentation
Feedback
If rotated detection is important to your workflow, please share your use case in the comments so we can factor it into future planning.
All reactions