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
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
source env.sh
$DFL_PYTHON "$DFL_SRC/main.py" extract \
--input-dir "$DFL_WORKSPACE/data_src" \
--output-dir "$DFL_WORKSPACE/data_src/aligned" \
--multi-gpu \
--detector manual \
--debug-dir "$DFL_WORKSPACE/data_src/aligned_debug"