Max Tkachenko
Max Tkachenko
Closed as unanswered.
@rydka Hello, 1. You can use scores in the result array, they will be shown on the region panel in the editor, e.g.: ``` "annotations": [ { "id": 669705, "score":...
@tlpss could you please show examples about visibility flag?
Related: https://github.com/heartexlabs/label-studio/issues/1247#issuecomment-928936216
/git merge develop > **Error**: Merge conflict detected, please resolve it using the command line. > > [Workflow run](https://github.com/heartexlabs/label-studio/actions/runs/3104859795)
@iegorval could you please create a PR with the changed line: ``` len([a for a in annotations if a['was_cancelled']]) ``` => ``` len([a for a in annotations if a.get('was_cancelled', False)])...
@Surayuth What do you mean by "a template for each bbox"? do you have some visual examples?
@Surayuth Hello! You can use ctrl + c / ctrl + v for bboxes. Does it solve your problem?
@sjtuytc sorry, it's very unclear what do you mean, could you please add a screenshot?
@mamurad 1 do you mean how to export only selected regions? Or how to export a cropped area on the image? 2 save where? to export JSON? or just to...