Core Development Reset
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
cd "$(dirname $0)/.."
|
||||
source scripts/env.sh
|
||||
|
||||
$DFL_PYTHON "$DFL_SRC" convert \
|
||||
--input-dir "$DFL_WORKSPACE/data_dst" \
|
||||
--output-dir "$DFL_WORKSPACE/data_dst/merged" \
|
||||
--aligned-dir "$DFL_WORKSPACE/data_dst/aligned" \
|
||||
--model-dir "$DFL_WORKSPACE/model" \
|
||||
--model Quick96 \
|
||||
--debug
|
||||
|
||||
Reference in New Issue
Block a user