Commit b0134c27 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

update of MLD re-generation instructions

parent dbb83cd2
Loading
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -53,6 +53,8 @@ This folder contains scripts for running IVAS conformance tests.

## Reference Conformance Package Generation

  To generate the reference conformance package follow these steps in specified order.

### Generate Reference Outputs and Readme.txt files

  ```shell
@@ -65,12 +67,22 @@ This folder contains scripts for running IVAS conformance tests.
  PYTHONPATH=scripts python scripts/ivas_conformance/runConformance.py --testvecDir $PWD/testvec --ref_build_path=testvec/bin  --regenerate-enc-refs
  ```

### Generate Reference MLD values
### Generate MLD values on Reference/Target platform

  First, copy the CUT binaries to the `CUT_BIN_DIR` folder and execute the IVAS CUT commands on the reference/target platform:

  ```shell
  PYTHONPATH=scripts python scripts/ivas_conformance/runConformance.py --testvecDir $PWD/testvec --cut_build_path=CUT_BIN_DIR
  ```

  Then perform the MLD-based non-BE analysis on the CUT outputs:

  ```shell
  PYTHONPATH=scripts python scripts/ivas_conformance/runConformance.py --testvecDir $PWD/testvec --ref_build_path=testvec/bin --regenerate-mld-ref
  ```

  This process creates a new directory at `$PWD/testvec/mld_ref2` containing the updated MLD values. 

### Generate a conformance package zip

  ```shell