mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
XSegEditor: added view lock at the center by holding shift.
This commit is contained in:
parent
6bbc607312
commit
ea607edfc9
6 changed files with 116 additions and 53 deletions
|
@ -120,6 +120,11 @@ class PackedFaceset():
|
|||
|
||||
samples_dat_path.unlink()
|
||||
|
||||
@staticmethod
|
||||
def path_contains(samples_path):
|
||||
samples_dat_path = samples_path / packed_faceset_filename
|
||||
return samples_dat_path.exists()
|
||||
|
||||
@staticmethod
|
||||
def load(samples_path):
|
||||
samples_dat_path = samples_path / packed_faceset_filename
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue