[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. Integratedrcnnlibrary.[Jul 20]Version0.1.3: Update crowd counting into library. Restructure for requirements file.[Nov 15]Fix bugnd.waitAll()when inference
Release files for greenlab-library 0.1.5.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| greenlab-library-0.1.5.4.tar.gz | 27.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| greenlab_library-0.1.5.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 65.2 kB
Release files / greenlab-library-0.1.5.4.tar.gz
| Download URL | greenlab-library-0.1.5.4.tar.gz |
|---|---|
| Size | 27.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
983386ab8580079aabf1abad2e31fc5170f67e6d97804087309893a9c59656bc
|
|
BLAKE2b-256 checksum How to use checksums |
2e1304a1cc989ae91370ddddf8bab3c3537c3a7dfc3de7b6df9e2afcbca04a5c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / greenlab_library-0.1.5.4-py3-none-any.whl
| Download URL | greenlab_library-0.1.5.4-py3-none-any.whl |
|---|---|
| Size | 37.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e8ae1812361433a4cc4245c58d3a873e32e8bd9e7534d5ffce5c6ee06b642d1d
|
|
BLAKE2b-256 checksum How to use checksums |
d66c413dec9c670dfefeaba7e3dab88037fe7bedab1d51ae44f00538204b29f8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|