Commit bd2b65a1 authored by Jan Kiene's avatar Jan Kiene
Browse files

add new config files and folder structure for P800-2 with categories

parent 889d2284
Loading
Loading
Loading
Loading
+267 −0
Original line number Diff line number Diff line
---
################################################
# General configuration
################################################

name: P800-2
master_seed: 5
prerun_seed: 2

input_path: "experiments/selection/P800-2/proc_input/cat1"
output_path: "experiments/selection/P800-2/proc_output/cat1"
use_windows_codec_binaries: True

################################################
### Input configuration
################################################
input:
    fmt: "STEREO"
    # TODO: to be clarified in Test Plan
    fs: 48000

################################################
### Pre-processing on individual items
################################################
preprocessing:
    mask: "HP50"
    loudness: -26
    window: 100

################################################
### Pre-processing on whole signal(s)
################################################
preprocessing_2:
    concatenate_input: true
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true
    ### Additive background noise
    # background_noise:
    #     ### REQUIRED: SNR for background noise in dB
    #     snr: 15
    #     ### REQUIRED: Path to background noise, must have same format and sampling rate as input signal(s)
    #     background_noise_path: "experiments/selection/P800-2/background_noises/background_noise_cat1.wav"

#################################################
### Bitstream processing
#################################################

################################################
### Configuration for conditions under test
################################################
conditions_to_generate:
    ### Reference and anchor conditions ##########################
    c01:
        type: ref
    c02:
        type: mnru
        q: 28
    c03:
        type: mnru
        q: 24
    c04:
        type: mnru
        q: 20
    c05:
        type: mnru
        q: 16
    c06:
        type: esdru
        alpha: 0.7
    c07:
        type: esdru
        alpha: 0.4
    c08:
        type: esdru
        alpha: 0.1

    ### EVS condition ################################
    c09:
        type: evs
        bitrates:
            - 7200
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c10:
        type: evs
        bitrates:
            - 8000
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c11:
        type: evs
        bitrates:
            - 9600
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c12:
        type: evs
        bitrates:
            - 13200
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c13:
        type: evs
        bitrates:
            - 16400
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c14:
        type: evs
        bitrates:
            - 24400
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c15:
        type: evs
        bitrates:
            - 32000
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c16:
        type: evs
        bitrates:
            - 7200
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
    c17:
        type: evs
        bitrates:
            - 8000
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
    c18:
        type: evs
        bitrates:
            - 9600
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
    c19:
        type: evs
        bitrates:
            - 13200
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
    c20:
        type: evs
        bitrates:
            - 16400
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
    c21:
        type: evs
        bitrates:
            - 24400
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
    c22:
        type: evs
        bitrates:
            - 32000
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:

    ### IVAS condition ###############################
    c23:
        type: ivas
        bitrates:
            - 13200
        cod:
            opts: ["-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c24:
        type: ivas
        bitrates:
            - 16400
        cod:
            opts: ["-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c25:
        type: ivas
        bitrates:
            - 24400
        cod:
            opts: ["-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c26:
        type: ivas
        bitrates:
            - 32000
        cod:
            opts: ["-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c27:
        type: ivas
        bitrates:
            - 48000
        cod:
            opts: ["-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c28:
        type: ivas
        bitrates:
            - 13200
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c29:
        type: ivas
        bitrates:
            - 16400
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c30:
        type: ivas
        bitrates:
            - 24400
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c31:
        type: ivas
        bitrates:
            - 32000
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c32:
        type: ivas
        bitrates:
            - 48000
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
            fmt: "STEREO"


################################################
### Post-processing
################################################
postprocessing:
    fmt: "STEREO"
    fs: 48000
    loudness: -26
+7 −7
Original line number Diff line number Diff line
@@ -7,8 +7,8 @@ name: P800-2
master_seed: 5
prerun_seed: 2

input_path: "experiments/selection/P800-2/proc_input"
output_path: "experiments/selection/P800-2/proc_output"
input_path: "experiments/selection/P800-2/proc_input/cat2"
output_path: "experiments/selection/P800-2/proc_output/cat2"
use_windows_codec_binaries: True

################################################
@@ -36,11 +36,11 @@ preprocessing_2:
    preamble: 10000
    preamble_noise: true
    ### Additive background noise
    background_noise:
        ### REQUIRED: SNR for background noise in dB
        snr: 15
        ### REQUIRED: Path to background noise, must have same format and sampling rate as input signal(s)
        background_noise_path: "experiments/selection/P800-2/background_noise/background_noise.wav"
    # background_noise:
    #     ### REQUIRED: SNR for background noise in dB
    #     snr: 15
    #     ### REQUIRED: Path to background noise, must have same format and sampling rate as input signal(s)
    #     background_noise_path: "experiments/selection/P800-2/background_noise/background_noise_cat2.wav"

#################################################
### Bitstream processing
+267 −0
Original line number Diff line number Diff line
---
################################################
# General configuration
################################################

name: P800-2
master_seed: 5
prerun_seed: 2

input_path: "experiments/selection/P800-2/proc_input/cat3"
output_path: "experiments/selection/P800-2/proc_output/cat3"
use_windows_codec_binaries: True

################################################
### Input configuration
################################################
input:
    fmt: "STEREO"
    # TODO: to be clarified in Test Plan
    fs: 48000

################################################
### Pre-processing on individual items
################################################
preprocessing:
    mask: "HP50"
    loudness: -26
    window: 100

################################################
### Pre-processing on whole signal(s)
################################################
preprocessing_2:
    concatenate_input: true
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true
    ### Additive background noise
    # background_noise:
    #     ### REQUIRED: SNR for background noise in dB
    #     snr: 15
    #     ### REQUIRED: Path to background noise, must have same format and sampling rate as input signal(s)
    #     background_noise_path: "experiments/selection/P800-2/background_noise/background_noise_cat3.wav"

#################################################
### Bitstream processing
#################################################

################################################
### Configuration for conditions under test
################################################
conditions_to_generate:
    ### Reference and anchor conditions ##########################
    c01:
        type: ref
    c02:
        type: mnru
        q: 28
    c03:
        type: mnru
        q: 24
    c04:
        type: mnru
        q: 20
    c05:
        type: mnru
        q: 16
    c06:
        type: esdru
        alpha: 0.7
    c07:
        type: esdru
        alpha: 0.4
    c08:
        type: esdru
        alpha: 0.1

    ### EVS condition ################################
    c09:
        type: evs
        bitrates:
            - 7200
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c10:
        type: evs
        bitrates:
            - 8000
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c11:
        type: evs
        bitrates:
            - 9600
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c12:
        type: evs
        bitrates:
            - 13200
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c13:
        type: evs
        bitrates:
            - 16400
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c14:
        type: evs
        bitrates:
            - 24400
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c15:
        type: evs
        bitrates:
            - 32000
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c16:
        type: evs
        bitrates:
            - 7200
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
    c17:
        type: evs
        bitrates:
            - 8000
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
    c18:
        type: evs
        bitrates:
            - 9600
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
    c19:
        type: evs
        bitrates:
            - 13200
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
    c20:
        type: evs
        bitrates:
            - 16400
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
    c21:
        type: evs
        bitrates:
            - 24400
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
    c22:
        type: evs
        bitrates:
            - 32000
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:

    ### IVAS condition ###############################
    c23:
        type: ivas
        bitrates:
            - 13200
        cod:
            opts: ["-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c24:
        type: ivas
        bitrates:
            - 16400
        cod:
            opts: ["-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c25:
        type: ivas
        bitrates:
            - 24400
        cod:
            opts: ["-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c26:
        type: ivas
        bitrates:
            - 32000
        cod:
            opts: ["-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c27:
        type: ivas
        bitrates:
            - 48000
        cod:
            opts: ["-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c28:
        type: ivas
        bitrates:
            - 13200
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c29:
        type: ivas
        bitrates:
            - 16400
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c30:
        type: ivas
        bitrates:
            - 24400
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c31:
        type: ivas
        bitrates:
            - 32000
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c32:
        type: ivas
        bitrates:
            - 48000
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
            fmt: "STEREO"


################################################
### Post-processing
################################################
postprocessing:
    fmt: "STEREO"
    fs: 48000
    loudness: -26
+267 −0
Original line number Diff line number Diff line
---
################################################
# General configuration
################################################

name: P800-2
master_seed: 5
prerun_seed: 2

input_path: "experiments/selection/P800-2/proc_input/cat4"
output_path: "experiments/selection/P800-2/proc_output/cat4"
use_windows_codec_binaries: True

################################################
### Input configuration
################################################
input:
    fmt: "STEREO"
    # TODO: to be clarified in Test Plan
    fs: 48000

################################################
### Pre-processing on individual items
################################################
preprocessing:
    mask: "HP50"
    loudness: -26
    window: 100

################################################
### Pre-processing on whole signal(s)
################################################
preprocessing_2:
    concatenate_input: true
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true
    ### Additive background noise
    # background_noise:
    #     ### REQUIRED: SNR for background noise in dB
    #     snr: 15
    #     ### REQUIRED: Path to background noise, must have same format and sampling rate as input signal(s)
    #     background_noise_path: "experiments/selection/P800-2/background_noise/background_noise_cat4.wav"

#################################################
### Bitstream processing
#################################################

################################################
### Configuration for conditions under test
################################################
conditions_to_generate:
    ### Reference and anchor conditions ##########################
    c01:
        type: ref
    c02:
        type: mnru
        q: 28
    c03:
        type: mnru
        q: 24
    c04:
        type: mnru
        q: 20
    c05:
        type: mnru
        q: 16
    c06:
        type: esdru
        alpha: 0.7
    c07:
        type: esdru
        alpha: 0.4
    c08:
        type: esdru
        alpha: 0.1

    ### EVS condition ################################
    c09:
        type: evs
        bitrates:
            - 7200
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c10:
        type: evs
        bitrates:
            - 8000
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c11:
        type: evs
        bitrates:
            - 9600
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c12:
        type: evs
        bitrates:
            - 13200
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c13:
        type: evs
        bitrates:
            - 16400
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c14:
        type: evs
        bitrates:
            - 24400
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c15:
        type: evs
        bitrates:
            - 32000
        cod:
            opts: ["-max_band", "SWB"]
        dec:
    c16:
        type: evs
        bitrates:
            - 7200
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
    c17:
        type: evs
        bitrates:
            - 8000
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
    c18:
        type: evs
        bitrates:
            - 9600
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
    c19:
        type: evs
        bitrates:
            - 13200
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
    c20:
        type: evs
        bitrates:
            - 16400
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
    c21:
        type: evs
        bitrates:
            - 24400
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
    c22:
        type: evs
        bitrates:
            - 32000
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:

    ### IVAS condition ###############################
    c23:
        type: ivas
        bitrates:
            - 13200
        cod:
            opts: ["-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c24:
        type: ivas
        bitrates:
            - 16400
        cod:
            opts: ["-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c25:
        type: ivas
        bitrates:
            - 24400
        cod:
            opts: ["-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c26:
        type: ivas
        bitrates:
            - 32000
        cod:
            opts: ["-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c27:
        type: ivas
        bitrates:
            - 48000
        cod:
            opts: ["-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c28:
        type: ivas
        bitrates:
            - 13200
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c29:
        type: ivas
        bitrates:
            - 16400
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c30:
        type: ivas
        bitrates:
            - 24400
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c31:
        type: ivas
        bitrates:
            - 32000
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
            fmt: "STEREO"
    c32:
        type: ivas
        bitrates:
            - 48000
        cod:
            opts: ["-dtx", "-max_band", "SWB"]
        dec:
            fmt: "STEREO"


################################################
### Post-processing
################################################
postprocessing:
    fmt: "STEREO"
    fs: 48000
    loudness: -26
Loading