Development Reset
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
cd "$(dirname $0)/.."
|
||||
source scripts/env.sh
|
||||
|
||||
$DFL_PYTHON "$DFL_SRC" convert \
|
||||
$DFL_PYTHON "$DFL_SRC" merge \
|
||||
--input-dir "$DFL_WORKSPACE/data_dst" \
|
||||
--output-dir "$DFL_WORKSPACE/data_dst/merged" \
|
||||
--output-mask-dir "$DFL_WORKSPACE/data_dst/masked" \
|
||||
--aligned-dir "$DFL_WORKSPACE/data_dst/aligned" \
|
||||
--model-dir "$DFL_WORKSPACE/model" \
|
||||
--model Quick96
|
||||
|
||||
@@ -3,7 +3,7 @@ cd "$(dirname $0)/.."
|
||||
source scripts/env.sh
|
||||
|
||||
$DFL_PYTHON "$DFL_SRC" videoed video-from-sequence \
|
||||
--input-dir "$DFL_WORKSPACE\data_dst\merged" \
|
||||
--output-file "$DFL_WORKSPACE\result.avi" \
|
||||
--reference-file "$DFL_WORKSPACE\data_dst.*"
|
||||
--input-dir "$DFL_WORKSPACE/data_src/aligned" \
|
||||
--output-file "$DFL_WORKSPACE/result.avi" \
|
||||
--reference-file "$DFL_WORKSPACE/data_dst.*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user