Development Reset
This commit is contained in:
@@ -5,6 +5,5 @@ source scripts/env.sh
|
||||
$DFL_PYTHON "$DFL_MAIN" extract \
|
||||
--input-dir "$DFL_WORKSPACE/data_src" \
|
||||
--output-dir "$DFL_WORKSPACE/data_src/aligned" \
|
||||
--multi-gpu \
|
||||
--detector s3fd
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ cd "$(dirname $0)/.."
|
||||
source scripts/env.sh
|
||||
|
||||
$DFL_PYTHON "$DFL_SRC" merge \
|
||||
--input-dir "$DFL_WORKSPACE/data_dst" \
|
||||
--input-dir "$DFL_WORKSPACE/data_src" \
|
||||
--output-dir "$DFL_WORKSPACE/data_dst/merged" \
|
||||
--output-mask-dir "$DFL_WORKSPACE/data_dst/masked" \
|
||||
--aligned-dir "$DFL_WORKSPACE/data_dst/aligned" \
|
||||
|
||||
@@ -3,8 +3,8 @@ cd "$(dirname $0)/.."
|
||||
source scripts/env.sh
|
||||
|
||||
$DFL_PYTHON "$DFL_SRC" videoed video-from-sequence \
|
||||
--input-dir "$DFL_WORKSPACE/data_dst/aligned" \
|
||||
--input-dir "$DFL_WORKSPACE/data_src/aligned" \
|
||||
--output-file "$DFL_WORKSPACE/result.avi" \
|
||||
--include-audio \
|
||||
--reference-file "$DFL_WORKSPACE/data_src.*"
|
||||
--reference-file "$DFL_WORKSPACE/data_dst.*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user