Core Development Reset
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
cd "$(dirname $0)/.."
|
||||
source scripts/env.sh
|
||||
|
||||
$DFL_PYTHON "$DFL_SRC" videoed extract-video \
|
||||
--input-file "$DFL_WORKSPACE/data_src.*" \
|
||||
--output-dir "$DFL_WORKSPACE/data_src"
|
||||
|
||||
Reference in New Issue
Block a user