mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 21:13:20 -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
7
scripts/3_extract_PNG_from_video_data_dst.sh
Executable file
7
scripts/3_extract_PNG_from_video_data_dst.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
source env.sh
|
||||
|
||||
$DFL_PYTHON "$DFL_SRC/main.py" videoed extract-video \
|
||||
--input-file "$DFL_WORKSPACE/data_dst.*" \
|
||||
--output-dir "$DFL_WORKSPACE/data_dst"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue