diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-12-14 02:31:35 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-12-14 02:31:35 +0100 |
| commit | 2085381043e95d88704ede0fc92a5f129bde466d (patch) | |
| tree | 1fb37dc1409d7338260545b5ce99a92d1071d9d2 /megapixels/app/settings | |
| parent | 45e0625bcbc2c7f041b8c5d177c5dcf487f07d26 (diff) | |
faiss cli
Diffstat (limited to 'megapixels/app/settings')
| -rw-r--r-- | megapixels/app/settings/app_cfg.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/megapixels/app/settings/app_cfg.py b/megapixels/app/settings/app_cfg.py index 4c540231..b2876af7 100644 --- a/megapixels/app/settings/app_cfg.py +++ b/megapixels/app/settings/app_cfg.py @@ -41,6 +41,11 @@ DIR_MODELS_DLIB_5PT = join(DIR_MODELS_DLIB, 'shape_predictor_5_face_landmarks.da DIR_MODELS_DLIB_68PT = join(DIR_MODELS_DLIB, 'shape_predictor_68_face_landmarks.dat') DIR_MODELS_DLIB_FACEREC_RESNET = join(DIR_MODELS_DLIB, 'dlib_face_recognition_resnet_model_v1.dat') +DIR_FAISS = join(DIR_APP, 'faiss') +DIR_FAISS_DATASETS = join(DIR_FAISS, 'datasets') +DIR_FAISS_INDEXES = join(DIR_FAISS, 'indexes') +DIR_FAISS_METADATA = join(DIR_FAISS, 'metadata') + # Test images DIR_TEST_IMAGES = join(DIR_APP, 'test', 'images') |
