Command line usage#

Split inference pipelines#

Runs and evaluates a split-inference pipeline

To evaluate the compression and accuracy performance in the split-inference pipeline, please run the following command:

compressai-split-inference \
    --config-path="cfgs/eval_split_inference_example"
    ...

Please check the scripts provided in scripts/evaluation for examples with supported codecs and datasets

Remote inference pipelines#

Runs and evaluates a remote-inference pipeline

To evaluate the compression and accuracy performance in the remote-inference pipeline, please run the following command:

compressai-remote-inference \
    --config-path="cfgs/eval_remote_inference_example"
    ...

Please check the scripts provided in scripts/evaluation for examples with supported codecs and datasets