Skip to content

Commit 3017407

Browse files
add readme
1 parent 14baf2f commit 3017407

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,26 @@ Example when the project type is Image - Pose Estimation
305305
}
306306
```
307307

308+
#### Export Image With Annotations
309+
310+
Get tasks and export images with annotations.
311+
Only support the following image extension.
312+
313+
- jpeg
314+
- jpg
315+
- png
316+
- tif
317+
- tiff
318+
- bmp
319+
320+
321+
```python
322+
tasks = client.get_image_tasks(project="YOUR_PROJECT_SLUG")
323+
client.export_image_with_annotations(
324+
tasks=tasks, image_dir="IMAGE_DIR", output_dir="OUTPUT_DIR"
325+
)
326+
```
327+
308328
#### Integrate Task
309329

310330
This function is alpha version. It is subject to major changes in the future.

0 commit comments

Comments
 (0)