No project description provided
Project description
Access Face Vision
Face detection and recognition Application.
With pip
-
Installation
pip install access-face-vision
-
Training/Creating FaceGroup
python -m access_face_vision --mode train --img_dir samples/celebrities --face_group celebrities
# Directory structure
# **/Images/
# A/
# A_K_01.jpg
# A_K_02.jpg
# B/
# B_S_01.jpg
# B_S_02.jpg
-
Running Inferences
# Live video feed
>python -m access_face_vision --mode live-video --camera-index 0 --camera_wait 30 --face_group celebrities
# server mode
python -m access_face_vision --mode server
Use access-client to make requests to this server
Docker image
- Docker Image build
docker build -t access_face_vision:latest .
- Docker run
# we will use it as root directory for access_face_vision application
mkdir -p accessai/afv
# Start server
docker run -v $(pwd)/afv:/accessai/afv python -m access_face_vision --mode server
# Start camera feed processor
docker run -v $(pwd)/afv:/accessai/af v python -m access_face_vision --mode server
Contribution
Contributions are welcome. Feel free to raise PRs! with any improvements.
Credit
Face Encoder model: https://github.com/nyoki-mtl/keras-facenet
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
access-face-vision-0.0.3.tar.gz
(19.1 kB
view details)
File details
Details for the file access-face-vision-0.0.3.tar.gz
.
File metadata
- Download URL: access-face-vision-0.0.3.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
dacd93735b4a159318135483ee739a12ac525c44af14553311409eb66f415cd8
|
|
MD5 |
cfaddbd91f08862ea44d687a9a210cb5
|
|
BLAKE2b-256 |
233b613841567c3d3c740e38bbf573e0d859cbaaaa36bc1c5c155456c440c131
|