mirror of
https://github.com/MarcosRodrigoT/ViT-Face-Recognition.git
synced 2025-12-30 08:02:29 +00:00
Add mugshot and surveillance directories
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
import os
|
||||
|
||||
BASE_DIR = '/mnt/Data/mrt/SCface_database'
|
||||
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))
|
||||
|
||||
Reference in New Issue
Block a user