hdr_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_hdr_metrics.sh" "$@" | sed -n '/```/q;p' > hdr_results.csv 8 mkdir -p hdr_plots/ 9 rm -rf hdr_plots/* 10 python3 "$(dirname "$0")/plots.py" hdr_results.csv hdr_plots