mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 21:42:08 -07:00
Adding Linux shell scripts /bin/bash
This commit is contained in:
parent
46fc2397c5
commit
0d6c69644f
33 changed files with 319 additions and 0 deletions
8
scripts/4_data_src_extract_faces_MANUAL.sh
Executable file
8
scripts/4_data_src_extract_faces_MANUAL.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
source env.sh
|
||||
|
||||
$DFL_PYTHON "$DFL_SRC/main.py" extract \
|
||||
--input-dir "$DFL_WORKSPACE/data_src" \
|
||||
--output-dir "$DFL_WORKSPACE/data_src/aligned" \
|
||||
--detector manual
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue