Download this file
1 2 3 4 5 6 7 8 9 10
set -ex RESULTS_DIR=$1 PIPELINE='strain' # command CUDA_VISIBLE_DEVICES=${GPU_ID} python ./test.py \ --dataroot ${RESULTS_DIR} \ --results_dir ${RESULTS_DIR} \ --pipeline ${PIPELINE}