Skip to content

Commit 10972d1

Browse files
committed
add to main docs page
1 parent 91032d3 commit 10972d1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/index.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,14 @@ Downloads all imagery tiles needed to create the training data. Requires the ``l
108108
The number of background tiles added depends on the `background_ratio` parameter specified in the `config.json` file.
109109
A background_ratio of 0 will return no background tiles.
110110

111+
Accepts one additional flag:
112+
113+
``-t`` or ``--threadcount``: int
114+
Specifies of threads used to download imagery tiles in paralle. Defaults to ``10``.
115+
111116
.. code-block:: bash
112117
113-
$ label-maker images
118+
$ label-maker images -t 50
114119
Downloading 1189 tiles to data/tiles
115120
116121
CLI Step 5: package

0 commit comments

Comments
 (0)