Commit 32afb0a0 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix test and add category configs for all P800 test

parent 08cda9c0
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,8 +7,8 @@ name: P800-3
master_seed: 5
prerun_seed: 2

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

################################################
+305 −0
Original line number Diff line number Diff line
---
################################################
# General configuration
################################################

name: P800-3
master_seed: 5
prerun_seed: 2

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

################################################
### Input configuration
################################################
input:
    fmt: "STEREO"
  
################################################
### Pre-processing on individual items
################################################
preprocessing:
    mask: "20KBP"
    loudness: -26
    window: 100
    
################################################
### Pre-processing on whole signal(s)
################################################
preprocessing_2:
    concatenate_input: true
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true
    
#################################################
### 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: 23
  c04:
      type: mnru
      q: 17
  c05:
      type: mnru
      q: 12
  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", "FB"]
      dec:
  c10:
      type: evs
      bitrates:
          - 8000
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c11:
      type: evs
      bitrates:
          - 9600
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c12:
      type: evs
      bitrates:
          - 13200
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c13:
      type: evs
      bitrates:
          - 16400
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c14:
      type: evs
      bitrates:
          - 24400
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c15:
      type: evs
      bitrates:
          - 32000
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c16:
      type: evs
      bitrates:
          - 7200
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c17:
      type: evs
      bitrates:
          - 8000
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c18:
      type: evs
      bitrates:
          - 9600
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c19:
      type: evs
      bitrates:
          - 13200
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c20:
      type: evs
      bitrates:
          - 16400
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c21:
      type: evs
      bitrates:
          - 24400
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c22:
      type: evs
      bitrates:
          - 32000
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
           
  ### IVAS condition ###############################
  c23:
      type: ivas
      bitrates:
          - 13200
      cod:
      dec:
          fmt: "STEREO"
  c24:
      type: ivas
      bitrates:
          - 16400
      cod:
      dec:
          fmt: "STEREO"
  c25:
      type: ivas
      bitrates:
          - 24400
      cod:
      dec:
          fmt: "STEREO"
  c26:
      type: ivas
      bitrates:
          - 32000
      cod:
      dec:
          fmt: "STEREO"
  c27:
      type: ivas
      bitrates:
          - 48000
      cod:
      dec:
          fmt: "STEREO"
  c28:
      type: ivas
      bitrates:
          - 13200
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
  c29:
      type: ivas
      bitrates:
          - 16400
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
  c30:
      type: ivas
      bitrates:
          - 24400
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
  c31:
      type: ivas
      bitrates:
          - 32000
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
  c32:
      type: ivas
      bitrates:
          - 48000
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
          
  c33:
      type: ivas
      bitrates:
          - 24400
      cod:
          opts: ["-dtx"]
      dec:
          fmt: "STEREO"
          
  c34:
      type: ivas
      bitrates:
          - 13200
      cod:
          opts: ["-dtx"]
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5

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

name: P800-3
master_seed: 5
prerun_seed: 2

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

################################################
### Input configuration
################################################
input:
    fmt: "STEREO"
  
################################################
### Pre-processing on individual items
################################################
preprocessing:
    mask: "20KBP"
    loudness: -26
    window: 100
    
################################################
### Pre-processing on whole signal(s)
################################################
preprocessing_2:
    concatenate_input: true
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true
    
#################################################
### 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: 23
  c04:
      type: mnru
      q: 17
  c05:
      type: mnru
      q: 12
  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", "FB"]
      dec:
  c10:
      type: evs
      bitrates:
          - 8000
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c11:
      type: evs
      bitrates:
          - 9600
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c12:
      type: evs
      bitrates:
          - 13200
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c13:
      type: evs
      bitrates:
          - 16400
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c14:
      type: evs
      bitrates:
          - 24400
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c15:
      type: evs
      bitrates:
          - 32000
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c16:
      type: evs
      bitrates:
          - 7200
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c17:
      type: evs
      bitrates:
          - 8000
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c18:
      type: evs
      bitrates:
          - 9600
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c19:
      type: evs
      bitrates:
          - 13200
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c20:
      type: evs
      bitrates:
          - 16400
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c21:
      type: evs
      bitrates:
          - 24400
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c22:
      type: evs
      bitrates:
          - 32000
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
           
  ### IVAS condition ###############################
  c23:
      type: ivas
      bitrates:
          - 13200
      cod:
      dec:
          fmt: "STEREO"
  c24:
      type: ivas
      bitrates:
          - 16400
      cod:
      dec:
          fmt: "STEREO"
  c25:
      type: ivas
      bitrates:
          - 24400
      cod:
      dec:
          fmt: "STEREO"
  c26:
      type: ivas
      bitrates:
          - 32000
      cod:
      dec:
          fmt: "STEREO"
  c27:
      type: ivas
      bitrates:
          - 48000
      cod:
      dec:
          fmt: "STEREO"
  c28:
      type: ivas
      bitrates:
          - 13200
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
  c29:
      type: ivas
      bitrates:
          - 16400
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
  c30:
      type: ivas
      bitrates:
          - 24400
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
  c31:
      type: ivas
      bitrates:
          - 32000
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
  c32:
      type: ivas
      bitrates:
          - 48000
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
          
  c33:
      type: ivas
      bitrates:
          - 24400
      cod:
          opts: ["-dtx"]
      dec:
          fmt: "STEREO"
          
  c34:
      type: ivas
      bitrates:
          - 13200
      cod:
          opts: ["-dtx"]
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5

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

name: P800-3
master_seed: 5
prerun_seed: 2

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

################################################
### Input configuration
################################################
input:
    fmt: "STEREO"
  
################################################
### Pre-processing on individual items
################################################
preprocessing:
    mask: "20KBP"
    loudness: -26
    window: 100
    
################################################
### Pre-processing on whole signal(s)
################################################
preprocessing_2:
    concatenate_input: true
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true
    
#################################################
### 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: 23
  c04:
      type: mnru
      q: 17
  c05:
      type: mnru
      q: 12
  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", "FB"]
      dec:
  c10:
      type: evs
      bitrates:
          - 8000
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c11:
      type: evs
      bitrates:
          - 9600
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c12:
      type: evs
      bitrates:
          - 13200
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c13:
      type: evs
      bitrates:
          - 16400
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c14:
      type: evs
      bitrates:
          - 24400
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c15:
      type: evs
      bitrates:
          - 32000
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c16:
      type: evs
      bitrates:
          - 7200
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c17:
      type: evs
      bitrates:
          - 8000
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c18:
      type: evs
      bitrates:
          - 9600
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c19:
      type: evs
      bitrates:
          - 13200
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c20:
      type: evs
      bitrates:
          - 16400
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c21:
      type: evs
      bitrates:
          - 24400
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c22:
      type: evs
      bitrates:
          - 32000
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
           
  ### IVAS condition ###############################
  c23:
      type: ivas
      bitrates:
          - 13200
      cod:
      dec:
          fmt: "STEREO"
  c24:
      type: ivas
      bitrates:
          - 16400
      cod:
      dec:
          fmt: "STEREO"
  c25:
      type: ivas
      bitrates:
          - 24400
      cod:
      dec:
          fmt: "STEREO"
  c26:
      type: ivas
      bitrates:
          - 32000
      cod:
      dec:
          fmt: "STEREO"
  c27:
      type: ivas
      bitrates:
          - 48000
      cod:
      dec:
          fmt: "STEREO"
  c28:
      type: ivas
      bitrates:
          - 13200
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
  c29:
      type: ivas
      bitrates:
          - 16400
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
  c30:
      type: ivas
      bitrates:
          - 24400
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
  c31:
      type: ivas
      bitrates:
          - 32000
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
  c32:
      type: ivas
      bitrates:
          - 48000
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
          
  c33:
      type: ivas
      bitrates:
          - 24400
      cod:
          opts: ["-dtx"]
      dec:
          fmt: "STEREO"
          
  c34:
      type: ivas
      bitrates:
          - 13200
      cod:
          opts: ["-dtx"]
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5

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

name: P800-3
master_seed: 5
prerun_seed: 2

input_path: "experiments/selection/P800-3/proc_input/cat5"
output_path: "experiments/selection/P800-3/proc_output/cat5"
use_windows_codec_binaries: True

################################################
### Input configuration
################################################
input:
    fmt: "STEREO"
  
################################################
### Pre-processing on individual items
################################################
preprocessing:
    mask: "20KBP"
    loudness: -26
    window: 100
    
################################################
### Pre-processing on whole signal(s)
################################################
preprocessing_2:
    concatenate_input: true
    # concatenation_order: []
    preamble: 10000
    preamble_noise: true
    
#################################################
### 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: 23
  c04:
      type: mnru
      q: 17
  c05:
      type: mnru
      q: 12
  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", "FB"]
      dec:
  c10:
      type: evs
      bitrates:
          - 8000
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c11:
      type: evs
      bitrates:
          - 9600
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c12:
      type: evs
      bitrates:
          - 13200
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c13:
      type: evs
      bitrates:
          - 16400
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c14:
      type: evs
      bitrates:
          - 24400
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c15:
      type: evs
      bitrates:
          - 32000
      cod:
          opts: ["-max_band", "FB"]
      dec:
  c16:
      type: evs
      bitrates:
          - 7200
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c17:
      type: evs
      bitrates:
          - 8000
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c18:
      type: evs
      bitrates:
          - 9600
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c19:
      type: evs
      bitrates:
          - 13200
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c20:
      type: evs
      bitrates:
          - 16400
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c21:
      type: evs
      bitrates:
          - 24400
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
  c22:
      type: evs
      bitrates:
          - 32000
      cod:
          opts: ["-max_band", "FB"]
      dec:
      tx:
          type: "FER"
          error_rate: 5
           
  ### IVAS condition ###############################
  c23:
      type: ivas
      bitrates:
          - 13200
      cod:
      dec:
          fmt: "STEREO"
  c24:
      type: ivas
      bitrates:
          - 16400
      cod:
      dec:
          fmt: "STEREO"
  c25:
      type: ivas
      bitrates:
          - 24400
      cod:
      dec:
          fmt: "STEREO"
  c26:
      type: ivas
      bitrates:
          - 32000
      cod:
      dec:
          fmt: "STEREO"
  c27:
      type: ivas
      bitrates:
          - 48000
      cod:
      dec:
          fmt: "STEREO"
  c28:
      type: ivas
      bitrates:
          - 13200
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
  c29:
      type: ivas
      bitrates:
          - 16400
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
  c30:
      type: ivas
      bitrates:
          - 24400
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
  c31:
      type: ivas
      bitrates:
          - 32000
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
  c32:
      type: ivas
      bitrates:
          - 48000
      cod:
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5
          
  c33:
      type: ivas
      bitrates:
          - 24400
      cod:
          opts: ["-dtx"]
      dec:
          fmt: "STEREO"
          
  c34:
      type: ivas
      bitrates:
          - 13200
      cod:
          opts: ["-dtx"]
      dec:
          fmt: "STEREO"
      tx:
          type: "FER"
          error_rate: 5

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