mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 13:32:09 -07:00
7 lines
147 B
Bash
Executable file
7 lines
147 B
Bash
Executable file
#!/usr/bin/env bash
|
|
source env.sh
|
|
|
|
$DFL_PYTHON "$DFL_SRC/main.py" util \
|
|
--input-dir "$DFL_WORKSPACE/data_dst/aligned" \
|
|
--unpack-faceset
|
|
|