HungLV package
Project description
[GreenLab] - Libraries
1. Description
This library is built for specific tasks
- Face Recognition Project
- Face Detection
- Extract Face Embedding
- Search Face in database
- License Plate Recognition Project
- Crowd Counting Project
- Density Map-based method
- Person Detection-based method
- Imutils
- Modify the source code of https://github.com/jrosebr1/imutils for our purpose
Documentation: https://leviethung2103.github.io/
Pypi Project: https://pypi.org/project/greenlab-library/
2. Table of Contents
- Setup guide
- Usage
- Examples
- APIs
- References
3. Setup guide
3.1 System requirements
- Python>=3.6
- CUDA==10.1
- Tensorflow-GPU>=2.1.0
- Keras==2.3.1
3.2 Installation
Create a new virtual environment, you can choose virtualenv
or anaconda
.
Virtualenv
python3 -m venv venv
source venv/bin/activate
Anaconda
# create environment
conda create --name face_recog_test python=3.7
conda activate face_recog_test
Install packages and dependencies
# install dependencies for cpu
pip install -r configs/requirements/cpu_base.txt
# or install dependencies for gpu
pip install -r configs/requirements/gpu_base.txt
# install face recognition library
pip install --upgrade greenlab-library
4. Usage
4.1 Face Recognition Library
Documentation: https://leviethung2103.github.io/pkg/face_recognition.html
Getting started code: https://github.com/leviethung2103/face-recognition-baseline
4.2 License Plate Library
Documentation: https://leviethung2103.github.io/pkg/license_recog.html
Getting started code: https://github.com/leviethung2103/license-plate-baseline
4.3 Crowd Counting Library
Documentation: Getting started code: https://gitlab.com/greenlabs/crowdcounting
5. APIs
6. References
7. Maintainers
Author: Hung Le Viet
Last Update: July 20, 2020
Updates
[Jul 9]
Initial version0.1.1
[Jul 13]
Make the models can run on GPU/CPU. Integratedrcnn
library.[Jul 20]
Version0.1.3
: Update crowd counting into library. Restructure for requirements file.[Nov 15]
Fix bugnd.waitAll()
when inference
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
Built Distribution
File details
Details for the file greenlab-library-0.1.5.4.tar.gz
.
File metadata
- Download URL: greenlab-library-0.1.5.4.tar.gz
- Upload date:
- Size: 27.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 983386ab8580079aabf1abad2e31fc5170f67e6d97804087309893a9c59656bc |
|
MD5 | 49511144979a4b7d9021270058772683 |
|
BLAKE2b-256 | 2e1304a1cc989ae91370ddddf8bab3c3537c3a7dfc3de7b6df9e2afcbca04a5c |
File details
Details for the file greenlab_library-0.1.5.4-py3-none-any.whl
.
File metadata
- Download URL: greenlab_library-0.1.5.4-py3-none-any.whl
- Upload date:
- Size: 37.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8ae1812361433a4cc4245c58d3a873e32e8bd9e7534d5ffce5c6ee06b642d1d |
|
MD5 | e7a57af702a03438aca4fb285bca84df |
|
BLAKE2b-256 | d66c413dec9c670dfefeaba7e3dab88037fe7bedab1d51ae44f00538204b29f8 |