We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deaf4e5 commit e1b1a76Copy full SHA for e1b1a76
examples/export_coco.py
@@ -2,7 +2,7 @@
2
3
client = fastlabel.Client()
4
5
-project_slug = "issue-9274"
+project_slug = "YOUR_PROJECT_SLUG"
6
tasks = client.get_image_tasks(project=project_slug)
7
annotations = client.get_annotations(project=project_slug)
8
0 commit comments