From 9d1c0939edf126f98da486bcd247e7540c5d071a Mon Sep 17 00:00:00 2001 From: Smiril Date: Mon, 26 Dec 2022 10:17:20 +0100 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 192724b..9f01f45 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,24 @@ You'll need `git`, `ffmpeg`, `python3` and python module `virtualenv` available Currently there's limited support for Apple M1 laptops. You can do model training, but the XSeg editor currently does not work (the DeepFaceLab codebase is not compatible with PyQt6). +## NOTE: FULL RUN + +``` + +cd scripts +./2_extract_images_from_video_data_src.sh +./3_extract_images_from_video_data_dst.sh +./4.1_data_src_extract_faces_S3FD.sh +./5_data_dst_extract_faces_S3FD_all_GPU.sh +./5.1_data_dst_extract_faces_S3FD.sh +./5.2_data_dst_util_faceset_enhance.sh +./5.3_data_dst_sort_by_face_yaw.sh +./5.4_data_dst_facesettool.sh +./6_train_Quick96.sh +./8_converted_to_avi.sh + +``` + ## Setup **Tools**