| set -euo pipefail | |
| cd "$(dirname "$0")/.." | |
| export PYTHONPATH="$PWD/src:${PYTHONPATH:-}" | |
| python -m liver_tace.visualize_results \ | |
| --waw-config configs/benchmark/full_multitask_clean.yaml \ | |
| --waw-checkpoint experiments/benchmark/full_multitask/checkpoints/best.pt \ | |
| --hcc-config configs/hcc_external_benchmark.yaml \ | |
| --output-dir experiments/visualizations/current_method \ | |
| --n-cases 6 \ | |
| --device cpu | |