8 lines
176 B
Bash
Executable File
8 lines
176 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd "$(dirname $0)/.."
|
|
source scripts/env.sh
|
|
|
|
python "$DFL_MAIN" xseg apply \
|
|
--input-dir "$WORKSPACE/data_dst/aligned" \
|
|
--model-dir "$WORKSPACE/model"
|