Skip to content

Commit b53ada5

Browse files
author
Matt Sokoloff
committed
comments
1 parent 9f160e8 commit b53ada5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

labelbox/schema/dataset.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,15 @@ def create_data_rows(self, items, tms=False):
8282
>>> "path/to/file2.jpg"
8383
>>> ])
8484
85+
If tms = True, See the link below for supported fields:
86+
https://docs.labelbox.com/data-model/en/index-en#tiled-imagery-import
87+
88+
For an example showing how to upload tiled data_rows see the following notebook:
89+
https://github.com/Labelbox/labelbox-python/blob/ms/develop/model_assisted_labeling/tiled_imagery_mal.ipynb
90+
8591
Args:
8692
items (iterable of (dict or str)): See above for details.
93+
tms (bool): Indicates whether or not the data rows contain tiled imagery
8794
8895
Returns:
8996
Task representing the data import on the server side. The Task

0 commit comments

Comments
 (0)