HumanSignal / HumanSignal/label-studio-sdk

Are there any API can validate whether the (S3) image can be shown on the webpage?

Open
#418 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
192
Forks
127
Avg merge
1d 18h
Merged PRs (30d)
1

Description

`label-studio-sdk` version: `1.0.7`

Are there any methods can validate whether the image can display properly?

something like:
```python3
for task in ls_api.tasks.list(project=project.id, resolve_uri=False, fields=fields):
task_data = task.dict()
image_display_status = task_data["display"]["image"]["status"]

```

![Image](https://github.com/user-attachments/assets/1ef8e77a-c6a7-4d11-90bf-49cad468a60f)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.