Core Development Reset

This commit is contained in:
Smiril
2022-08-17 09:59:16 +02:00
parent e4d0993da4
commit 759a3c9b8a
89 changed files with 915 additions and 7 deletions
+12
View File
@@ -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