mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-14 00:53:48 -07:00
upd manual extractor help message
This commit is contained in:
parent
6d7c56309d
commit
21460c2e13
1 changed files with 2 additions and 2 deletions
|
@ -165,8 +165,8 @@ class ExtractSubprocessor(SubprocessorBase):
|
||||||
|
|
||||||
self.text_lines_img = (image_utils.get_draw_text_lines ( self.original_image, (0,0, self.original_image.shape[1], min(100, self.original_image.shape[0]) ),
|
self.text_lines_img = (image_utils.get_draw_text_lines ( self.original_image, (0,0, self.original_image.shape[1], min(100, self.original_image.shape[0]) ),
|
||||||
[ 'Match landmarks with face exactly. Click to confirm/unconfirm selection',
|
[ 'Match landmarks with face exactly. Click to confirm/unconfirm selection',
|
||||||
'[Enter] - confirm and continue to next unmarked frame',
|
'[Enter] - confirm face landmarks and continue',
|
||||||
'[Space] - skip to next unmarked frame',
|
'[Space] - confirm as unmarked frame and continue',
|
||||||
'[Mouse wheel] - change rect',
|
'[Mouse wheel] - change rect',
|
||||||
'[,] [.]- prev frame, next frame',
|
'[,] [.]- prev frame, next frame',
|
||||||
'[Q] - skip remaining frames'
|
'[Q] - skip remaining frames'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue