mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
fix
This commit is contained in:
parent
50f892d57d
commit
8305832a27
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class SampleHost:
|
|||
io.log_err(f"Error occured while loading samplelib.PackedFaceset.load {str(samples_dat_path)}, {traceback.format_exc()}")
|
||||
|
||||
if result is not None:
|
||||
io.log_info (f"Loaded packed samples from {samples_path}")
|
||||
io.log_info (f"Loaded {len(result)} packed samples from {samples_path}")
|
||||
|
||||
if result is None:
|
||||
result = SampleHost.load_face_samples( Path_utils.get_image_paths(samples_path) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue