Max Tkachenko

Results 437 comments of Max Tkachenko

Please upgrade to the latest LS version - 1.13.1. It happens after the chrome browser update.

@jpantzlaff Thank you for this great PR! Is it possible to add tests there?

Please check this instructions: https://github.com/HumanSignal/label-studio/issues/6106#issuecomment-2362507754 You have to enable this feature flag: ``` fflag_feat_front_lsdv_4583_multi_image_segmentation_short=1 label-studio ``` and then use this labeling configuration: ``` ```

Hi, thank you for the PR! I have a question: What will happen if you work with audio labeling? Will By Surface appear there? It sounds like it's better to...

@LouisJULIEN Ah, I misunderstood the `surface` word. I think it's better to name it as `area`. What do you think?

/git merge develop > [Workflow run](https://github.com/HumanSignal/label-studio/actions/runs/11183415956) > Successfully merged: Already up to date.

Closing this issue as unanswered and potentially solved (the PR with postgresql upgrade is merged and updated to v13).

Could you please write more details, your question is very unclear. Screenshots will help as well.

This feature is on our roadmap and will be released soon ;-)

I see that your code tries to reuse some parts of bbox import, but it's wrong. There shouldn't be any width/height/centers in polygon lines. You can check how [it's done...