mirror of
https://github.com/MarcosRodrigoT/ViT-Face-Recognition.git
synced 2025-12-30 08:02:29 +00:00
8 lines
205 B
Python
8 lines
205 B
Python
import os
|
|
|
|
BASE_DIR = '/mnt/Data/mrt/SCface_database'
|
|
MUGSHOT_DIR = f'{BASE_DIR}/mugshot_frontal_cropped_all'
|
|
SURVEILLANCE_DIR = f'{BASE_DIR}/surveillance_cameras_all'
|
|
|
|
print(os.listdir(SURVEILLANCE_DIR))
|