You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/parameters.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,5 +49,13 @@ Here is the full list of configuration parameters you can specify in a ``config.
49
49
``'segmentation'``
50
50
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.
51
51
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
+
52
60
**imagery_offset**: list of ints
53
61
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