- Example output of reference test generation
-
-::::::::::::::::::::::::
-------------------------------------------
-Generated html report: file:///home/dolby/git/ivas-codec/report_cmd.htm
-------------------------------------------
-=================================================
-2571 passed, 538 skipped, 230 xfailed in 377.10s (0:06:17)
-=================================================
-Identified 5430 files from scripts
-Removed 1515 files
-Kept 5422 files
-
-
-
-### Generate Reference Decoded Outputs for the Reference Encoded files
-
- ```shell
- PYTHONPATH=scripts python scripts/ivas_conformance/runConformance.py --testvecDir $PWD/testvec --ref_build_path=testvec/bin --regenerate-enc-refs
- ```
-
-### Generate a conformance package zip
-
- ```shell
- zip -r conformance.zip testvec scripts/ivas_conformance scripts/tools
- ```
-
-