HumanSignal / HumanSignal/label-studio-sdk
Are there any API can validate whether the (S3) image can be shown on the webpage?
Open
- 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"]
```

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.