Max Tkachenko
Max Tkachenko
@motionrus What kind of relations do you want to have?
I would recommend that you use meta field where you can type any string. Use this button to add meta field:  So, you can write something like this there:...
@saguillo2000 Could you show some examples?
@Antoine101 Try to click on "aud" and select "str": 
> I end up with the following error No, it's not related to aud/str. Looks like you used incorrect option in the storage settings - try to play with toggle...
Hi, > This tool looks great! Are there any plans to support annotating medical images? It depends on the popularity of this request :-) But it's already frequently asked. Similar...
BTW you can import a task like this: ``` {"image": ["https://example.com/1.jpg", "https://example.com/2.jpg", "https://example.com/3.jpg"]} ``` and it will be displayed as an image with multiple layers.
@bellal89 Could you tell please - what is your use case? Because it's a little bit weird to add task fields after you upload them.
run ``` label-studio shell ``` then ``` p = Project.objects.get(id=) p.summary.update_data_columns(p.tasks) ``` you can try this PR, it should process `PATCH api/tasks/id` correctly: https://github.com/heartexlabs/label-studio/pull/2837
@APCG No, unfortunately we haven't fixed it yet. Could you write more info about Ceph storage and what is not working there?