FaceRecognition / config.yaml
datnguyentien204's picture
Upload folder using huggingface_hub (#1)
f1ce61b verified
raw
history blame
448 Bytes
PATH:
MODEL_DIR: './model/20180402-114759.pb'
CLASSIFIER_DIR: './class/classifier.pkl'
NPY_DIR: './npy'
TRAIN_IMG_DIR: './train_img'
INFO:
PICTURE_PROMPT: 'This app recognizes faces in a uploaded picture. To use it, simply press start and allow access to your webcam.'
WEBCAM_PROMPT: 'This app recognizes faces in a live video stream. To use it, simply press "Browse files" and upload the pictures which you want to recognize.'