zip -r conformance.zip testvec scripts/ivas_conformance scripts/tools
```
</details>
## Run CUT tests on Target platform
To run CUT binaries on the targeted platform, it is necessary to replicate the initial setup for python and dependency packages. The CUT build of the IVAS binaries should be made available in a selected folder and needed for the next step
@@ -128,10 +136,10 @@ This folder contains scripts for running IVAS conformance tests.
+- dec/ : Folder containing all decoder tests CUT outputs
+- enc/ : Folder containing all encoder tests CUT outputs
+- renderer_short/ : Folder containing all renderer tests CUT outputs
+- split_rendering/ : Folder containing all split rendering enc/dec tests
```
## Perform the MLD based analysis on the CUT outputs on refernce platform (Ubuntu 24.04)
## Perform the MLD based analysis on the CUT outputs on reference platform (Ubuntu 24.04)
If CUT test execution is done on a different platform, the scripts/CUT_OUTPUTS must be copied and provided in the reference platform's scripts/CUT_OUTPUTS. Then the following command is used to perform MLD based analysis on the same, encoded outputs will be implicitly decoded using reference decoder executables and MLD analysis performed on the reference decoded outputs.