microproduct/vegetationPhenology/config.ini

16 lines
545 B
INI
Raw Permalink Normal View History

2023-08-28 10:17:29 +00:00
# -*- coding: UTF-8 -*-
# 定义config分组
[config]
######1-算法基本参数######
tar = VP
productLevel = 5
2024-03-08 02:43:02 +00:00
multiprocessing_num = 4
2023-08-28 10:17:29 +00:00
# 算法名称。修改临时工作区生成临时文件的名称,日志名称;
exe_name = VegetationPhenology
# 开启调试模式则不删除临时工作区True:开启调试False:不开启调试
debug = False
######2-算法处理参数######
# 影像滤波尺寸。取值范围大于1的奇数默认值3
filter_size = 7
2023-10-30 01:57:57 +00:00
#每个类别最大训练样本量
max_tran__num_per_class =100000