-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconf.json
24 lines (24 loc) · 842 Bytes
/
conf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"subfolders": null,
"cluster": false,
"prefix": "jpg|heic|PNG|JPG|HEIC",
"archive": true,
"input_dir": "/mnt/golem/Photos/Sandro_externe_Festplatte/Wanderungen/Belchen 2012/",
"output_dir": "cropped_faces/",
"thr": 0,
"plot": false,
"model_path": "smart_surveillance/FaceRecognition/model.json",
"weight_path": "smart_surveillance/FaceRecognition/model.h5",
"run": false,
"batch_size": 100,
"IDs": null,
"DB_path": "Database/FaceDB.json",
"cluster_dir": "Clusters/",
"cluster_folder_name": "ClusteredFaces",
"montage_folder_name": "Montage",
"restructureDB": false,
"cluster_path": "Clusters/ClusteredFaces_clean/",
"new_DB_path": "Database/New_FaceDB.json",
"ignore": ["Face_-1", "Montage"],
"ig_faces": true
}