FY-4A-Himawari-8 (FYH) 数据集
收藏数据集概述
数据集来源
数据集结构
FY4A 数据集
python ├── fydatahimawari │ ├── Himawari ...... │ │ ├── 202005 │ │ │ ├── 05 │ │ │ │ ├── 05 │ │ │ │ │ ├──NC_H08_20200505_0500_L2CLP010_FLDK.02401_02401.nc │ │ │ │ │ ├──NC_H08_20200505_0510_L2CLP010_FLDK.02401_02401.nc │ │ │ │ │ ├──NC_H08_20200505_0520_L2CLP010_FLDK.02401_02401.nc ......
│ ├── FY4A ......
│ │ ├── 20200104 │ │ │ ├── FY4A-_AGRI--_N_REGC_1047E_L1-_FDI-_MULT_NOM_20200104003000_20200104003417_4000M_V0001.HDF │ │ │ ├── FY4A-_AGRI--_N_REGC_1047E_L1-_FDI-_MULT_NOM_20200104003418_20200104003835_4000M_V0001.HDF ......
数据集处理
数据集分割
python python split.py
模型训练
python python tools/train.py --cfg experiments/cityscapes/seg_hrnet_AWCA_PSNL_z_w48_train_100x100_sgd_lr1e-2_wd5e-4_bs_8_epoch100.yaml
模型测试
python python tools/test_production.py
SPARCS 数据集生成验证
数据集准备
下载 Cloud detection SPARCS 数据集。
数据集分割
python python split.py
模型训练
python python tools/train.py --cfg experiments/cityscapes/seg_hrnet_AWCA_PSNL_z_w48_train_200x200_sgd_lr1e-4_wd5e-4_bs_6_epoch100_sparcs.yaml
模型测试
python python tools/test.py --cfg experiments/cityscapes/seg_hrnet_AWCA_PSNL_z_w48_train_200x200_sgd_lr1e-4_wd5e-4_bs_6_epoch100_sparcs.yaml
最终结果生成
python python tools/test_pic.py --cfg experiments/cityscapes/seg_hrnet_AWCA_PSNL_z_w48_train_200x200_sgd_lr1e-4_wd5e-4_bs_6_epoch100_sparcs.yaml python tools/test_pic_merge.py




