Commit 2ec0692d authored by Jan Kiene's avatar Jan Kiene
Browse files

fix path to scripts and resoruces

parent e9ac6a07
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ fullDate=`date "+%c" | sed -e "s/\ /_/g"` # stored in the log-file
commit_sha=`git rev-parse --short HEAD`

destDir="."
scriptDir="scripts/complexity_measurements"
scriptDir="ci/complexity_measurements"
ep="${scriptDir}/ep_10pct_fer.g192"
numThreads=10

+1 −1
Original line number Diff line number Diff line
@@ -357,7 +357,7 @@
    2) Arrow <span style="color: #202020; background-color: #000000; opacity: 0.8; font-weight: bolder; font-size: 1.5em;"><span style="color: #FF0000;">&uarr;</span></span>, <span style="color: #202020; background-color: #000000; opacity: 0.8; font-weight: bolder; font-size: 1.5em;"><span style="color: #00FF00;">&darr;</span></span>, <span style="color: #202020; background-color: #000000; opacity: 0.8; font-weight: bolder; font-size: 1.5em;"><span style="color: #FFFFFF;">&rarr;</span></span>: The arrow indicates the trend of the last datapoint, compared to the last but one. An upwards arrow means that the score got higher (i.e. worse), downwards arrow arrow means that the score got lower (i.e. better), and a rightwards arrow means that the score was kept constant (within a 1% margin). 
    <br /></dd>
    <dt>Q:</dt><dd>Which input files are used for audio-input? What error pattern is used?</dd>
    <dt>A:</dt><dd>The input files can be found <a href="https://forge.3gpp.org/rep/ivas-codec-pc/ivas-pc-testfiles/-/tree/longer-testv-on-runners">here</a>. The error pattern is <a href="https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec/-/blob/main/scripts/complexity_measurements/ep_10pct_fer.g192">here</a>.
    <dt>A:</dt><dd>The input files can be found <a href="https://forge.3gpp.org/rep/ivas-codec-pc/ivas-pc-testfiles/-/tree/longer-testv-on-runners">here</a>. The error pattern is <a href="https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec/-/blob/main/ci/complexity_measurements/ep_10pct_fer.g192">here</a>.
  </dl>

<!-- License notice for Jquery and Flot as per OSS requirements -->