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 91032d3 commit 10972d1Copy full SHA for 10972d1
docs/index.rst
@@ -108,9 +108,14 @@ Downloads all imagery tiles needed to create the training data. Requires the ``l
108
The number of background tiles added depends on the `background_ratio` parameter specified in the `config.json` file.
109
A background_ratio of 0 will return no background tiles.
110
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
116
.. code-block:: bash
117
- $ label-maker images
118
+ $ label-maker images -t 50
119
Downloading 1189 tiles to data/tiles
120
121
CLI Step 5: package
0 commit comments