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