Initial commit
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
cd "$(dirname $0)/.."
|
||||
source scripts/env.sh
|
||||
|
||||
python "$DFL_MAIN" extract \
|
||||
--input-dir "$WORKSPACE/data_src" \
|
||||
--output-dir "$WORKSPACE/data_src/aligned" \
|
||||
--detector s3fd
|
||||
Reference in New Issue
Block a user