sdr_plots.sh (375B)
1 #!/usr/bin/env bash 2 # Copyright (c) the JPEG XL Project Authors. All rights reserved. 3 # 4 # Use of this source code is governed by a BSD-style 5 # license that can be found in the LICENSE file. 6 7 "$(dirname "$0")/run_all_sdr_metrics.sh" "$@" | sed -n '/```/q;p' > sdr_results.csv 8 mkdir -p sdr_plots/ 9 rm -rf sdr_plots/* 10 python3 "$(dirname "$0")/plots.py" sdr_results.csv sdr_plots