Core Development Reset
This commit is contained in:
Executable
+10
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user