mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 21:12:07 -07:00
Improve Manual Extraction process
Adds improvements to the manual selection process. You can now click to lock the selection box, and can also go forward and backwards to modify selections after they have been made. You can also now push 'Q' to skip all remaining images to quickly save the extractions you have already made.
This commit is contained in:
parent
c8c8e8dadc
commit
a74b57d6e5
2 changed files with 63 additions and 8 deletions
|
@ -75,7 +75,8 @@ class SubprocessorBase(object):
|
|||
return None
|
||||
|
||||
def inc_progress_bar(self, c):
|
||||
self.progress_bar.update(c)
|
||||
self.progress_bar.n += c
|
||||
self.progress_bar.refresh()
|
||||
|
||||
def safe_print(self, msg):
|
||||
self.print_lock.acquire()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue