Skip to content

Commit 3fcfcb7

Browse files
committed
update doc string
1 parent 7df341b commit 3fcfcb7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/parameters.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,13 @@ Here is the full list of configuration parameters you can specify in a ``config.
4949
``'segmentation'``
5050
Output is an array of shape ``(256, 256)`` with values matching the class index label at that position. The classes are applied sequentially according to ``config.json`` so latter classes will be written over earlier class labels if there is overlap.
5151

52+
**split_vals:** list
53+
Default: `[0.8, 0.2]`
54+
Percentage of data to put in each catagory listed in split_names. Must be floats and must sum to one.
55+
56+
**split_names**: list
57+
Default: `['train', 'test']`
58+
List of names for each subset of the data.
59+
5260
**imagery_offset**: list of ints
5361
An optional list of integers representing the number of pixels to offset imagery. For example ``[15, -5]`` will move the images 15 pixels right and 5 pixels up relative to the requested tile bounds.

0 commit comments

Comments
 (0)