7 lines
142 B
Bash
Executable File
7 lines
142 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd "$(dirname $0)/.."
|
|
source scripts/env.sh
|
|
|
|
python "$DFL_MAIN" xseg remove \
|
|
--input-dir "$WORKSPACE/data_src/aligned"
|