Max Tkachenko

Results 437 comments of 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: ![image](https://user-images.githubusercontent.com/501780/167492897-fa7523e4-51fd-4cd4-bc9f-45ca6da9a06d.png) So, you can write something like this there:...

@saguillo2000 Could you show some examples?

@Antoine101 Try to click on "aud" and select "str": ![image](https://user-images.githubusercontent.com/501780/155439256-dc2a9cb5-b3ba-4272-93ab-d1d84c0c4c4b.png)

> 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?