mirror of
https://github.com/MarcosRodrigoT/ViT-Face-Recognition.git
synced 2025-12-30 08:02:29 +00:00
Fix small typo
This commit is contained in:
@@ -19,6 +19,7 @@ def remove_empty_directories():
|
||||
print(f'Sunglasses folder ->\t{item} has no images, removing directory')
|
||||
os.rmdir(f'{SUNGLASSES_DIR}/{item}')
|
||||
|
||||
|
||||
def get_unique_names():
|
||||
neutral_items = os.listdir(NEUTRAL_DIR)
|
||||
masked_items = list(
|
||||
|
||||
Reference in New Issue
Block a user