From 7e0887726c6852084e52cc40887a22127e327eac Mon Sep 17 00:00:00 2001 From: Smiril Date: Mon, 26 Dec 2022 17:13:52 +0100 Subject: [PATCH] Development Reset --- scripts/4_data_src_extract_faces_S3FD_all_GPU.sh | 1 + scripts/4_data_src_extract_faces_S3FD_best_GPU.sh | 1 + scripts/5_data_dst_extract_faces_S3FD_all_GPU+manual_fix.sh | 4 +--- scripts/5_data_dst_extract_faces_S3FD_all_GPU.sh | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/4_data_src_extract_faces_S3FD_all_GPU.sh b/scripts/4_data_src_extract_faces_S3FD_all_GPU.sh index e3a70eb..ec98ab9 100755 --- a/scripts/4_data_src_extract_faces_S3FD_all_GPU.sh +++ b/scripts/4_data_src_extract_faces_S3FD_all_GPU.sh @@ -5,5 +5,6 @@ source scripts/env.sh $DFL_PYTHON "$DFL_MAIN" extract \ --input-dir "$DFL_WORKSPACE/data_src" \ --output-dir "$DFL_WORKSPACE/data_src/aligned" \ + --multi-gpu \ --detector s3fd diff --git a/scripts/4_data_src_extract_faces_S3FD_best_GPU.sh b/scripts/4_data_src_extract_faces_S3FD_best_GPU.sh index e3a70eb..ec98ab9 100755 --- a/scripts/4_data_src_extract_faces_S3FD_best_GPU.sh +++ b/scripts/4_data_src_extract_faces_S3FD_best_GPU.sh @@ -5,5 +5,6 @@ source scripts/env.sh $DFL_PYTHON "$DFL_MAIN" extract \ --input-dir "$DFL_WORKSPACE/data_src" \ --output-dir "$DFL_WORKSPACE/data_src/aligned" \ + --multi-gpu \ --detector s3fd diff --git a/scripts/5_data_dst_extract_faces_S3FD_all_GPU+manual_fix.sh b/scripts/5_data_dst_extract_faces_S3FD_all_GPU+manual_fix.sh index ea3ea57..6a50b61 100755 --- a/scripts/5_data_dst_extract_faces_S3FD_all_GPU+manual_fix.sh +++ b/scripts/5_data_dst_extract_faces_S3FD_all_GPU+manual_fix.sh @@ -5,8 +5,6 @@ source scripts/env.sh $DFL_PYTHON "$DFL_SRC" extract \ --input-dir "$DFL_WORKSPACE/data_dst" \ --output-dir "$DFL_WORKSPACE/data_dst/aligned" \ - --multi-gpu \ --detector s3fd \ - --manual-fix \ - --debug-dir "$DFL_WORKSPACE/data_dst/aligned_debug" + --manual-fix diff --git a/scripts/5_data_dst_extract_faces_S3FD_all_GPU.sh b/scripts/5_data_dst_extract_faces_S3FD_all_GPU.sh index d61c34d..1f4dc3e 100755 --- a/scripts/5_data_dst_extract_faces_S3FD_all_GPU.sh +++ b/scripts/5_data_dst_extract_faces_S3FD_all_GPU.sh @@ -5,5 +5,6 @@ source scripts/env.sh $DFL_PYTHON "$DFL_SRC" extract \ --input-dir "$DFL_WORKSPACE/data_dst" \ --output-dir "$DFL_WORKSPACE/data_dst/aligned" \ + --multi-gpu \ --detector s3fd