HumanSignal / HumanSignal/label-studio-sdk
Export YOLO with filters in new sdk
Open
- Dominant language
- Python
- Stars
- 192
- Forks
- 127
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
Hi all,
I found https://github.com/HumanSignal/label-studio-sdk/blob/master/examples/export_with_filters.py which shows how you export annotations with filters but it uses the old version of the sdk `from label_studio_sdk import Client`.
The export example for the new sdk in the readme only shows this:
```python
annotations = [
task.annotations
for task in ls.tasks.list(project=project.id, fields='all')
if task.annotations
]
```
How is it possible to filter tasks and then export the tasks annotations to YOLO with the new sdk?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.