# file: nedc_extract_patch/extract_patch_params_v00.txt
#
# A parameter file that defines key paramters for patch extraction from
# svs files.
# 
#
# revision history:
#
# 20230713 (SM): updated to new NEDC parameter file format
# 20210324 (VK): make it compatible with NEDC parameter files
# 20210203 (VK): modified for integrated run
# 20210128 (VK): second version
# 20200904 (VK): initial version

# set version information
#
version = param_v1.0.0

#------------------------------------------------------------------------------

EXTRACT_PATCH {
    # number of processors
    #
    nps = 20

    # acceptable labels
    #
    acc_lbls = artf, bckg, dcis, indc, infl, nneo, norm, null, susp


    # window length
    #
    win_len = 1024
    # win_len = 256

    # frame length
    #
    frm_len = 512
    # frm_len = 128

    # the level of slides which patches will be extracted
    #
    level = 0

    # rescaling factor
    #
    lv1_rescale = 4
    # lv1_rescale = 1

    # the ratio of each dataset, the samples will be distributed randomly
    #
    # train_ratio, dev_ratio, eval_ratio = 0.6, 0.1, 0.3
    train_ratio = 0.6
    dev_ratio = 0.2
    eval_ratio = 0.2
    # train_ratio, dev_ratio, eval_ratio = 1.0, 0.0, 0.0
    shuffle = True

    # file to save the statistics
    #
    renew_stats = False
}

#------------------------------------------------------------------------------
#
# end of file
#
#------------------------------------------------------------------------------
