Files
DeepFaceLab_MacOS/scripts/3_extract_images_from_video_data_dst.sh
Oleksandr Chychkan ec4d3fb23f Initial commit
2020-07-06 19:04:19 -07:00

8 lines
186 B
Bash
Executable File

#!/usr/bin/env bash
cd "$(dirname $0)/.."
source scripts/env.sh
python "$DFL_MAIN" videoed extract-video \
--input-file "$WORKSPACE/data_dst.*" \
--output-dir "$WORKSPACE/data_dst"