mirror of
https://github.com/facefusion/facefusion-labs.git
synced 2026-07-28 16:08:50 +02:00
This can be marked static
This commit is contained in:
@@ -39,7 +39,8 @@ class DataLoader(TensorDataset):
|
||||
image_path_set[directory_path] = image_paths
|
||||
return image_paths, image_path_set
|
||||
|
||||
def compose_transforms(self) -> transforms:
|
||||
@staticmethod
|
||||
def compose_transforms() -> transforms:
|
||||
return transforms.Compose(
|
||||
[
|
||||
transforms.ToPILImage(),
|
||||
|
||||
Reference in New Issue
Block a user