move face models to sctipt
This commit is contained in:
parent
718a47705b
commit
6136b46145
2 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,7 @@ if [ ! -d "${script_dir}/.venv" ]; then
|
|||
fi
|
||||
# shellcheck disable=1091
|
||||
source "$script_dir/.venv/bin/activate"
|
||||
pip install -r "$script_dir/requirements.txt" > /dev/null
|
||||
# pip install -r "$script_dir/requirements.txt" > /dev/null
|
||||
pip install "$script_dir/" > /dev/null
|
||||
pip install git+https://github.com/ageitgey/face_recognition_models@master > /dev/null
|
||||
image_classifier.py "${@}"
|
||||
|
|
|
@ -3,4 +3,3 @@ click_config_file
|
|||
face_recognition
|
||||
py3exiv2
|
||||
Pillow
|
||||
face_recognition_models @ git+https://github.com/ageitgey/face_recognition_models
|
||||
|
|
Loading…
Reference in a new issue