9 lines
199 B
Bash
Executable File
9 lines
199 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd "$(dirname $0)/.."
|
|
source scripts/env.sh
|
|
|
|
python "$DFL_MAIN" extract \
|
|
--input-dir "$WORKSPACE/data_src" \
|
|
--output-dir "$WORKSPACE/data_src/aligned" \
|
|
--detector manual
|