-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathconfig_testing_IK.xml
18 lines (16 loc) · 1013 Bytes
/
config_testing_IK.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<config>
<testing name="test_setting">
<sensor name="sensor">IKONOS</sensor>
<cross_sensor name="cross_sensor">None</cross_sensor>
<mode name="mode">full</mode> <!-- use "full" to high resolution pansharpening (PAN scale), "reduce" to low resolution pansharpenging (MS scale) -->
<FT name="fine_tuning_setting">
<epochs name="epochs" type="int">50</epochs> <!-- set "0" to not do fine tuning, set "n" to do n epochs of fine tuning-->
</FT>
</testing>
<path name="path">
<init_weights name="pretrained_model">./networks/Ikonos/PNN_model_10000.mat</init_weights> <!-- path of pretrained model-->
<testset_path name="testset_path">./imgs/imgIK.mat</testset_path> <!-- path of dataset of test image -->
<output_folder name="test_dir_out">./outputs/IK/</output_folder> <!-- path in which save output image -->
<FTnetworks_output_folder name="ftnetwork_dir_out">./outputs/IK/FTnetwork/</FTnetworks_output_folder> <!-- path in which save fine tuned network -->
</path>
</config>