Core Development Reset

This commit is contained in:
Smiril
2022-08-17 09:49:36 +02:00
committed by GitHub
parent e2bee7e32b
commit e50772ab64
34 changed files with 285 additions and 5 deletions
@@ -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"