7 lines
162 B
Bash
Executable File
7 lines
162 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd "$(dirname $0)/.."
|
|
source scripts/env.sh
|
|
|
|
$DFL_PYTHON "$DFL_MAIN" facesettool enhance \
|
|
--input-dir "$DFL_WORKSPACE/data_dst/aligned"
|