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