mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 06:23:20 -07:00
Add data_dst mask editor script
This commit is contained in:
parent
f0448d3e99
commit
fe9421d66f
1 changed files with 7 additions and 0 deletions
7
scripts/5.4_data_dst_mask_editor.sh
Executable file
7
scripts/5.4_data_dst_mask_editor.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
source env.sh
|
||||
|
||||
$DFL_PYTHON "$DFL_SRC/main.py" labelingtool edit_mask \
|
||||
--input-dir "$DFL_WORKSPACE/data_dst/aligned" \
|
||||
--confirmed-dir "$DFL_WORKSPACE/data_dst/aligned_confirmed" \
|
||||
--skipped-dir "$DFL_WORKSPACE/data_dst/aligned_skipped"
|
Loading…
Add table
Add a link
Reference in a new issue