label-studio-sdk icon indicating copy to clipboard operation
label-studio-sdk copied to clipboard

Label Studio SDK

Results 80 label-studio-sdk issues
Sort by recently updated
recently updated
newest added

Hi, I am having an issue with granting annotators access to already completed projects so that they can review their own annotations. I have not found any parameter that controls...

I tried cloning the template LabelStudio space on huggingface and making it private. I tried connecting via the sdk in a jupyter notebook and wasn't able due to conflicting API...

When importing a task with project.import_task('path_to_image'), there is a timeout of 10 seconds and large images (20Mb) cant upload. When using WebUI it works ok. After modifying the timeout in...

In the default template space for launching Label Studio on HuggingFace Spaces, it has the following launch command: ``` CMD exec label-studio --host=$SPACE_HOST ``` However, `host` expects a protocol like...

```python user_dict = { 'username': 'user1', 'email': '[email protected]', 'first_name': 'xxx', 'last_name': 'xxx', 'phone': '', } # new_user.set_role(UserRole.ANNOTATOR) created_user = ls.create_user(user_dict) print(created_user) ``` how can I login with my created user,...

question
integration

sdk 0.0.32 python 3.11.7 Running: ``` project.export_tasks(ids=[23]) ``` SDK exports all my labeled tasks, not the task ID 23. I tried a couple of different parameter combinations, but the result...

0.32.x version of label_studio_sdk does not seem to have all the latest apis that are available in the document, please release the latest version of the sdk.

hola! hello! when is going to be available the tag 0.33? We just need the connect_google_import_storage method, which it is available in master, but there is no tag associated with...

Hello, I've noticed an issue within the [Column class](https://github.com/HumanSignal/label-studio-sdk/blob/f5b41f1e050e0a2d5308528c002576a57a6ee8c6/label_studio_sdk/data_manager.py#L193) where there seems to be a mix-up in the assignment of timestamps for tasks. Specifically, both the tasks:created_at and tasks:updated_at fields...