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
Is your feature request related to a problem? Please describe.
I'm building a data set for object detection. I'm using ML to give me initial predictions for bounding boxes. These predictions tend to have good centers, but the size of the box needs to be refined. As I want to keep the center, it would be great if I could shrink and expand a rectangle symmetrically around the center.
Describe the solution you'd like
Perhaps when dragging one of the handles on a rectangle, the opposing handle would move in the opposite direction. This would let me shrink width/height separately (using the top/bot/left/right handles), or both at the same time (using the corner handles).
Describe alternatives you've considered
I have to manually do both sides, but this risks the center moving
The text was updated successfully, but these errors were encountered:
Thanks for sharing your idea! Currently, Label Studio doesn’t offer a built-in way to resize bounding boxes symmetrically around their center. That said, this is a solid feature request, and I’ll pass it along to our product team to consider adding in a future update.
If you have any additional details on how you’d like this to work, please let us know!
Is your feature request related to a problem? Please describe.
I'm building a data set for object detection. I'm using ML to give me initial predictions for bounding boxes. These predictions tend to have good centers, but the size of the box needs to be refined. As I want to keep the center, it would be great if I could shrink and expand a rectangle symmetrically around the center.
Describe the solution you'd like
Perhaps when dragging one of the handles on a rectangle, the opposing handle would move in the opposite direction. This would let me shrink width/height separately (using the top/bot/left/right handles), or both at the same time (using the corner handles).
Describe alternatives you've considered
I have to manually do both sides, but this risks the center moving
The text was updated successfully, but these errors were encountered: