mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 21:42:08 -07:00
9 lines
217 B
Bash
Executable file
9 lines
217 B
Bash
Executable file
#!/usr/bin/env bash
|
|
source env.sh
|
|
|
|
$DFL_PYTHON "$DFL_SRC/main.py" extract \
|
|
--input-dir "$DFL_WORKSPACE/data_dst" \
|
|
--output-dir "$DFL_WORKSPACE/data_dst/aligned" \
|
|
--detector manual \
|
|
--output-debug
|
|
|