-
Notifications
You must be signed in to change notification settings - Fork 58
/
input.ini
45 lines (40 loc) · 1.27 KB
/
input.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[paths]
# Input point cloud; AOI bounds are inferred from the point cloud
# unless provided
p3d_fpath = /path/to/p3d.las
dtm_fpath = /path/to/dtm.tif
# A working directory in which to write output files; created if not
# passed
work_dir = /path/to/work_dir
# Imagery source directory; required
imagery_dir = /path/to/imagery_dir
# Raytheon corrected RPC file directory
rpc_dir = /path/to/rpc_dir
# Config file for VisSat
aoi_config = /path/to/config.json
[aoi]
# The name of this AOI, a prefix to output files; required
name = jacksonville
[params]
# Ground sample distancy of output imagery in meters per pixel;
# default is 0.25
gsd = 0.25
[material]
# Section pertaining to parameters for material segmentation portion
# of calculation; required
model_fpath = /path/to/model/file.tar
# Whether or not to run with CUDA; optional, default is True
cuda = True
# Batch size, which is the number of pixels classified at a time;
# optional
# batch_size = 1024
[roof]
# Section pertaining to parameters for the roof geon extraction
# portion of calculation; required
model_dir = /path/to/model/dir/
model_prefix = dayton_geon
[metrics]
# Section pertaining to parameters for the metric computation step
ref_data_dir = /path/to/reference/data/dir
# Reference data prefix
ref_data_prefix = AOI-D4